#cf5cdb

Color #CF5CDB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #CF5CDB

Tints of Free Speech Magenta #CF5CDB

Color information

#CF5CDB (or 0xCF5CDB) is unknown color: approx Free Speech Magenta. HEX triplet: CF, 5C and DB. RGB value is (207,92,219). Sum of RGB (Red+Green+Blue) = 207+92+219=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CDB is #30A324. Grayscale: #8C8C8C. Windows color (decimal): -3187493 or 14376143. OLE color: 14376143.

HSL color Cylindrical-coordinate representation of color #CF5CDB: hue angle of 294.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5CDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20792219-
CMYK0.050.5800.14
HSL294.33º63.82%60.98%-
HSV(B)294.33º57.99%85.88%-
XYZ42.3526.0369.81-
YUV140.86172.1175.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=39.96%
G=17.76%
B=42.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207922190.050.5800.14294.3363.8260.98
HexCF5CDB53A0E126403d
Octal31713433357201644610075
Binary11001111101110011011011101111010011101001001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5cdb; }

 p { color: rgb(207,92,219); }

 H1.HeaderClassName
 {
   color: #cf5cdb;
 }
 .AnyTagClassName
 {
   color: #cf5cdb;
 }
</style>
background-color css

<style>
 a { background-color: #cf5cdb; }

 a { background-color: rgb(207,92,219); }

 div.DivClassName
 {
   background-color: #cf5cdb;
 }
 .BgClassName
 {
   background-color: #cf5cdb;
 }
</style>
border-color css

<style>
 span { border-color: #cf5cdb; }

 span { border-color: rgb(207,92,219); }

 td.TdClassName
 {
   border-color: #cf5cdb;
 }
 .TagClassName
 {
   border-color: #cf5cdb;
 }
</style>