Html Css Color HEX #CF59BB Fuchsia

📋 copy color: '#CF59BB'

red 207 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #CF59BB

Tints of Fuchsia #CF59BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 42.86%
G = 18.43%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF59BB (or 0xCF59BB) is known color: Fuchsia. HEX triplet: CF, 59 and BB. RGB value is (207,89,187). Sum of RGB (Red+Green+Blue) = 207+89+187=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59BB is #30A644. Grayscale: #878787. Windows color (decimal): -3188293 or 12278223. OLE color: 12278223.

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

Color convert

RGB 207 89 187 -
CMYK 0 0.57 0.10 0.19
HSL 310.17º 0.55% 0.58% -
HSV(B) 310.17º 0.57% 0.81% -
XYZ 38.27 24 49.63 -
YUV 135.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 207 89 187 0 0.57 0.10 0.19 310.17 0.55 0.58
Hex CF 59 BB 0 39 A 13 136 37 3A
Octal 317 131 273 0 71 12 23 466 67 72
Binary 11001111 1011001 10111011 0 111001 1010 10011 100110110 110111 111010

Color Harmonies of #CF59BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59BB

Black with #CF59BB

Text Example


Text Example

White with #CF59BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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