Html Css Color HEX #CB59BB Fuchsia

📋 copy color: '#CB59BB'

red 203 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #CB59BB

Tints of Fuchsia #CB59BB

RGB

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

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

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

R = 42.38%
G = 18.58%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB59BB (or 0xCB59BB) is known color: Fuchsia. HEX triplet: CB, 59 and BB. RGB value is (203,89,187). Sum of RGB (Red+Green+Blue) = 203+89+187=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59BB is #34A644. Grayscale: #858585. Windows color (decimal): -3450437 or 12278219. OLE color: 12278219.

HSL color Cylindrical-coordinate representation of color #CB59BB: hue angle of 308.42º 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 #CB59BB is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 187 -
CMYK 0 0.56 0.08 0.20
HSL 308.42º 0.52% 0.57% -
HSV(B) 308.42º 0.56% 0.8% -
XYZ 37.17 23.43 49.58 -
YUV 134.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 203 89 187 0 0.56 0.08 0.20 308.42 0.52 0.57
Hex CB 59 BB 0 38 8 14 134 34 39
Octal 313 131 273 0 70 10 24 464 64 71
Binary 11001011 1011001 10111011 0 111000 1000 10100 100110100 110100 111001

Color Harmonies of #CB59BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59BB

Black with #CB59BB

Text Example


Text Example

White with #CB59BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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