Html Css Color HEX #CF59CB Fuchsia

📋 copy color: '#CF59CB'

red 207 ◦ green 89 ◦ blue 203

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

Shades of Fuchsia #CF59CB

Tints of Fuchsia #CF59CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 41.48%
G = 17.84%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF59CB (or 0xCF59CB) is known color: Fuchsia. HEX triplet: CF, 59 and CB. RGB value is (207,89,203). Sum of RGB (Red+Green+Blue) = 207+89+203=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CB is #30A634. Grayscale: #888888. Windows color (decimal): -3188277 or 13326799. OLE color: 13326799.

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

Color convert

RGB 207 89 203 -
CMYK 0 0.57 0.02 0.19
HSL 302.03º 0.55% 0.58% -
HSV(B) 302.03º 0.57% 0.81% -
XYZ 40.08 24.72 59.16 -
YUV 137.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 207 89 203 0 0.57 0.02 0.19 302.03 0.55 0.58
Hex CF 59 CB 0 39 2 13 12E 37 3A
Octal 317 131 313 0 71 2 23 456 67 72
Binary 11001111 1011001 11001011 0 111001 10 10011 100101110 110111 111010

Color Harmonies of #CF59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59CB

Black with #CF59CB

Text Example


Text Example

White with #CF59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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