Html Css Color HEX #CF59B7 Fuchsia

📋 copy color: '#CF59B7'

red 207 ◦ green 89 ◦ blue 183

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

Shades of Fuchsia #CF59B7

Tints of Fuchsia #CF59B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 43.22%
G = 18.58%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF59B7 (or 0xCF59B7) is known color: Fuchsia. HEX triplet: CF, 59 and B7. RGB value is (207,89,183). Sum of RGB (Red+Green+Blue) = 207+89+183=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59B7 is #30A648. Grayscale: #868686. Windows color (decimal): -3188297 or 12016079. OLE color: 12016079.

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

Color convert

RGB 207 89 183 -
CMYK 0 0.57 0.12 0.19
HSL 312.2º 0.55% 0.58% -
HSV(B) 312.2º 0.57% 0.81% -
XYZ 37.85 23.83 47.4 -
YUV 135 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 207 89 183 0 0.57 0.12 0.19 312.2 0.55 0.58
Hex CF 59 B7 0 39 C 13 138 37 3A
Octal 317 131 267 0 71 14 23 470 67 72
Binary 11001111 1011001 10110111 0 111001 1100 10011 100111000 110111 111010

Color Harmonies of #CF59B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59B7

Black with #CF59B7

Text Example


Text Example

White with #CF59B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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