Html Css Color HEX #CF59C3 Fuchsia

📋 copy color: '#CF59C3'

red 207 ◦ green 89 ◦ blue 195

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

Shades of Fuchsia #CF59C3

Tints of Fuchsia #CF59C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.71%

R = 42.16%
G = 18.13%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF59C3 (or 0xCF59C3) is known color: Fuchsia. HEX triplet: CF, 59 and C3. RGB value is (207,89,195). Sum of RGB (Red+Green+Blue) = 207+89+195=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59C3 is #30A63C. Grayscale: #888888. Windows color (decimal): -3188285 or 12802511. OLE color: 12802511.

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

Color convert

RGB 207 89 195 -
CMYK 0 0.57 0.06 0.19
HSL 306.1º 0.55% 0.58% -
HSV(B) 306.1º 0.57% 0.81% -
XYZ 39.15 24.35 54.27 -
YUV 136.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 207 89 195 0 0.57 0.06 0.19 306.1 0.55 0.58
Hex CF 59 C3 0 39 6 13 132 37 3A
Octal 317 131 303 0 71 6 23 462 67 72
Binary 11001111 1011001 11000011 0 111001 110 10011 100110010 110111 111010

Color Harmonies of #CF59C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59C3

Black with #CF59C3

Text Example


Text Example

White with #CF59C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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