Html Css Color HEX #CF59AB Fuchsia

📋 copy color: '#CF59AB'

red 207 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #CF59AB

Tints of Fuchsia #CF59AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 44.33%
G = 19.06%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF59AB (or 0xCF59AB) is known color: Fuchsia. HEX triplet: CF, 59 and AB. RGB value is (207,89,171). Sum of RGB (Red+Green+Blue) = 207+89+171=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59AB is #30A654. Grayscale: #858585. Windows color (decimal): -3188309 or 11229647. OLE color: 11229647.

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

Color convert

RGB 207 89 171 -
CMYK 0 0.57 0.17 0.19
HSL 318.31º 0.55% 0.58% -
HSV(B) 318.31º 0.57% 0.81% -
XYZ 36.66 23.35 41.1 -
YUV 133.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 207 89 171 0 0.57 0.17 0.19 318.31 0.55 0.58
Hex CF 59 AB 0 39 11 13 13E 37 3A
Octal 317 131 253 0 71 21 23 476 67 72
Binary 11001111 1011001 10101011 0 111001 10001 10011 100111110 110111 111010

Color Harmonies of #CF59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59AB

Black with #CF59AB

Text Example


Text Example

White with #CF59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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