Html Css Color HEX #CB59B9 Fuchsia

📋 copy color: '#CB59B9'

red 203 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #CB59B9

Tints of Fuchsia #CB59B9

RGB

 RED value IS 203 (79.69% from 255) = 42.56%

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

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 42.56%
G = 18.66%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB59B9 (or 0xCB59B9) is known color: Fuchsia. HEX triplet: CB, 59 and B9. RGB value is (203,89,185). Sum of RGB (Red+Green+Blue) = 203+89+185=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59B9 is #34A646. Grayscale: #858585. Windows color (decimal): -3450439 or 12147147. OLE color: 12147147.

HSL color Cylindrical-coordinate representation of color #CB59B9: hue angle of 309.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59B9 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 185 -
CMYK 0 0.56 0.09 0.20
HSL 309.47º 0.52% 0.57% -
HSV(B) 309.47º 0.56% 0.8% -
XYZ 36.96 23.34 48.46 -
YUV 134.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 203 89 185 0 0.56 0.09 0.20 309.47 0.52 0.57
Hex CB 59 B9 0 38 9 14 135 34 39
Octal 313 131 271 0 70 11 24 465 64 71
Binary 11001011 1011001 10111001 0 111000 1001 10100 100110101 110100 111001

Color Harmonies of #CB59B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59B9

Black with #CB59B9

Text Example


Text Example

White with #CB59B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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