Html Css Color HEX #CF59CE Fuchsia

📋 copy color: '#CF59CE'

red 207 ◦ green 89 ◦ blue 206

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

Shades of Fuchsia #CF59CE

Tints of Fuchsia #CF59CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 41.24%
G = 17.73%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF59CE (or 0xCF59CE) is known color: Fuchsia. HEX triplet: CF, 59 and CE. RGB value is (207,89,206). Sum of RGB (Red+Green+Blue) = 207+89+206=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CE is #30A631. Grayscale: #898989. Windows color (decimal): -3188274 or 13523407. OLE color: 13523407.

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

Color convert

RGB 207 89 206 -
CMYK 0 0.57 0.00 0.19
HSL 300.51º 0.55% 0.58% -
HSV(B) 300.51º 0.57% 0.81% -
XYZ 40.45 24.87 61.06 -
YUV 137.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 207 89 206 0 0.57 0.00 0.19 300.51 0.55 0.58
Hex CF 59 CE 0 39 0 13 12D 37 3A
Octal 317 131 316 0 71 0 23 455 67 72
Binary 11001111 1011001 11001110 0 111001 0 10011 100101101 110111 111010

Color Harmonies of #CF59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59CE

Black with #CF59CE

Text Example


Text Example

White with #CF59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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