#CF5DD4

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

Shades of Free Speech Magenta #CF5DD4

Tints of Free Speech Magenta #CF5DD4

Color information

#CF5DD4 (or 0xCF5DD4) is unknown color: approx Free Speech Magenta. HEX triplet: CF, 5D and D4. RGB value is (207,93,212). Sum of RGB (Red+Green+Blue) = 207+93+212=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF5DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DD4 is #30A22B. Grayscale: #8C8C8C. Windows color (decimal): -3187244 or 13917647. OLE color: 13917647.

HSL color Cylindrical-coordinate representation of color #CF5DD4: hue angle of 297.48º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5DD4 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20793212-
CMYK0.020.5600.17
HSL297.48º58.05%59.8%-
HSV(B)297.48º56.13%83.14%-
XYZ41.5325.8565.09-
YUV140.65168.27175.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=40.43%
G=18.16%
B=41.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207932120.020.5600.17297.4858.0559.8
HexCF5DD42380111293a3c
Octal3171353242700214517274
Binary1100111110111011101010010111000010001100101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DD4; }

 p { color: rgb(207,93,212); }

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

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

 a { background-color: rgb(207,93,212); }

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

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

 span { border-color: rgb(207,93,212); }

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