Html Css Color HEX #CF59D3 Free Speech Magenta

📋 copy color: '#CF59D3'

red 207 ◦ green 89 ◦ blue 211

#CF59D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #CF59D3

Tints of Free Speech Magenta #CF59D3

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

 GREEN value IS 89 (35.16% from 255) = 17.55%

 BLUE value IS 211 (82.81% from 255) = 41.62%

R = 40.83%
G = 17.55%
B = 41.62%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF59D3 (or 0xCF59D3) is known color: Free Speech Magenta. HEX triplet: CF, 59 and D3. RGB value is (207,89,211). Sum of RGB (Red+Green+Blue) = 207+89+211=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59D3 is #30A62C. Grayscale: #898989. Windows color (decimal): -3188269 or 13851087. OLE color: 13851087.

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

Color convert

RGB 207 89 211 -
CMYK 0.02 0.58 0 0.17
HSL 298.03º 0.58% 0.59% -
HSV(B) 298.03º 0.58% 0.83% -
XYZ 41.06 25.11 64.31 -
YUV 138.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 207 89 211 0.02 0.58 0 0.17 298.03 0.58 0.59
Hex CF 59 D3 2 3A 0 11 12A 3A 3B
Octal 317 131 323 2 72 0 21 452 72 73
Binary 11001111 1011001 11010011 10 111010 0 10001 100101010 111010 111011

Color Harmonies of #CF59D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59D3

Black with #CF59D3

Text Example


Text Example

White with #CF59D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59D3; }

 p { color: rgb(207,89,211); }

 H1.HeaderClassName
 {
   color: #CF59D3;
 }
 .AnyTagClassName
 {
   color: #CF59D3;
 }
</style>

background-color css

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

 a { background-color: rgb(207,89,211); }

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

border-color css

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

 span { border-color: rgb(207,89,211); }

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