Html Css Color HEX #CF59BA Fuchsia

📋 copy color: '#CF59BA'

red 207 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #CF59BA

Tints of Fuchsia #CF59BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 42.95%
G = 18.46%
B = 38.59%

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

#CF59BA (or 0xCF59BA) is known color: Fuchsia. HEX triplet: CF, 59 and BA. RGB value is (207,89,186). Sum of RGB (Red+Green+Blue) = 207+89+186=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59BA is #30A645. Grayscale: #878787. Windows color (decimal): -3188294 or 12212687. OLE color: 12212687.

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

Color convert

RGB 207 89 186 -
CMYK 0 0.57 0.10 0.19
HSL 310.68º 0.55% 0.58% -
HSV(B) 310.68º 0.57% 0.81% -
XYZ 38.17 23.96 49.07 -
YUV 135.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 207 89 186 0 0.57 0.10 0.19 310.68 0.55 0.58
Hex CF 59 BA 0 39 A 13 137 37 3A
Octal 317 131 272 0 71 12 23 467 67 72
Binary 11001111 1011001 10111010 0 111001 1010 10011 100110111 110111 111010

Color Harmonies of #CF59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59BA

Black with #CF59BA

Text Example


Text Example

White with #CF59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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