Html Css Color HEX #CF59B2 Fuchsia

📋 copy color: '#CF59B2'

red 207 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #CF59B2

Tints of Fuchsia #CF59B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 43.67%
G = 18.78%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF59B2 (or 0xCF59B2) is known color: Fuchsia. HEX triplet: CF, 59 and B2. RGB value is (207,89,178). Sum of RGB (Red+Green+Blue) = 207+89+178=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59B2 is #30A64D. Grayscale: #868686. Windows color (decimal): -3188302 or 11688399. OLE color: 11688399.

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

Color convert

RGB 207 89 178 -
CMYK 0 0.57 0.14 0.19
HSL 314.75º 0.55% 0.58% -
HSV(B) 314.75º 0.57% 0.81% -
XYZ 37.34 23.62 44.71 -
YUV 134.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 207 89 178 0 0.57 0.14 0.19 314.75 0.55 0.58
Hex CF 59 B2 0 39 E 13 13B 37 3A
Octal 317 131 262 0 71 16 23 473 67 72
Binary 11001111 1011001 10110010 0 111001 1110 10011 100111011 110111 111010

Color Harmonies of #CF59B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59B2

Black with #CF59B2

Text Example


Text Example

White with #CF59B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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