Html Css Color HEX #CF59C6 Fuchsia

📋 copy color: '#CF59C6'

red 207 ◦ green 89 ◦ blue 198

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

Shades of Fuchsia #CF59C6

Tints of Fuchsia #CF59C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 41.9%
G = 18.02%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF59C6 (or 0xCF59C6) is known color: Fuchsia. HEX triplet: CF, 59 and C6. RGB value is (207,89,198). Sum of RGB (Red+Green+Blue) = 207+89+198=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59C6 is #30A639. Grayscale: #888888. Windows color (decimal): -3188282 or 12999119. OLE color: 12999119.

HSL color Cylindrical-coordinate representation of color #CF59C6: hue angle of 304.58º 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 #CF59C6 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 198 -
CMYK 0 0.57 0.04 0.19
HSL 304.58º 0.55% 0.58% -
HSV(B) 304.58º 0.57% 0.81% -
XYZ 39.5 24.49 56.07 -
YUV 136.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 207 89 198 0 0.57 0.04 0.19 304.58 0.55 0.58
Hex CF 59 C6 0 39 4 13 131 37 3A
Octal 317 131 306 0 71 4 23 461 67 72
Binary 11001111 1011001 11000110 0 111001 100 10011 100110001 110111 111010

Color Harmonies of #CF59C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59C6

Black with #CF59C6

Text Example


Text Example

White with #CF59C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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