Html Css Color HEX #CF59C9 Fuchsia

📋 copy color: '#CF59C9'

red 207 ◦ green 89 ◦ blue 201

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

Shades of Fuchsia #CF59C9

Tints of Fuchsia #CF59C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 41.65%
G = 17.91%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF59C9 (or 0xCF59C9) is known color: Fuchsia. HEX triplet: CF, 59 and C9. RGB value is (207,89,201). Sum of RGB (Red+Green+Blue) = 207+89+201=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59C9 is #30A636. Grayscale: #888888. Windows color (decimal): -3188279 or 13195727. OLE color: 13195727.

HSL color Cylindrical-coordinate representation of color #CF59C9: hue angle of 303.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59C9 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 201 -
CMYK 0 0.57 0.03 0.19
HSL 303.05º 0.55% 0.58% -
HSV(B) 303.05º 0.57% 0.81% -
XYZ 39.85 24.63 57.91 -
YUV 137.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 207 89 201 0 0.57 0.03 0.19 303.05 0.55 0.58
Hex CF 59 C9 0 39 3 13 12F 37 3A
Octal 317 131 311 0 71 3 23 457 67 72
Binary 11001111 1011001 11001001 0 111001 11 10011 100101111 110111 111010

Color Harmonies of #CF59C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59C9

Black with #CF59C9

Text Example


Text Example

White with #CF59C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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