#CF5BD2

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

Shades of Free Speech Magenta #CF5BD2

Tints of Free Speech Magenta #CF5BD2

Color information

#CF5BD2 (or 0xCF5BD2) is unknown color: approx Free Speech Magenta. HEX triplet: CF, 5B and D2. RGB value is (207,91,210). Sum of RGB (Red+Green+Blue) = 207+91+210=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF5BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BD2 is #30A42D. Grayscale: #8A8A8A. Windows color (decimal): -3187758 or 13786063. OLE color: 13786063.

HSL color Cylindrical-coordinate representation of color #CF5BD2: hue angle of 298.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5BD2 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20791210-
CMYK0.010.5700.18
HSL298.49º56.94%59.02%-
HSV(B)298.49º56.67%82.35%-
XYZ41.1125.463.71-
YUV139.25167.93176.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 210 (82.42% from 255) = 41.34%
R=40.75%
G=17.91%
B=41.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207912100.010.5700.18298.4956.9459.02
HexCF5BD213901212a393b
Octal3171333221710224527173
Binary110011111011011110100101111001010010100101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5BD2; }

 p { color: rgb(207,91,210); }

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

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

 a { background-color: rgb(207,91,210); }

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

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

 span { border-color: rgb(207,91,210); }

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