Html Css Color HEX #CB59AA Fuchsia

📋 copy color: '#CB59AA'

red 203 ◦ green 89 ◦ blue 170

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

Shades of Fuchsia #CB59AA

Tints of Fuchsia #CB59AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 43.94%
G = 19.26%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB59AA (or 0xCB59AA) is known color: Fuchsia. HEX triplet: CB, 59 and AA. RGB value is (203,89,170). Sum of RGB (Red+Green+Blue) = 203+89+170=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AA is #34A655. Grayscale: #848484. Windows color (decimal): -3450454 or 11164107. OLE color: 11164107.

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

Color convert

RGB 203 89 170 -
CMYK 0 0.56 0.16 0.20
HSL 317.37º 0.52% 0.57% -
HSV(B) 317.37º 0.56% 0.8% -
XYZ 35.46 22.74 40.55 -
YUV 132.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 203 89 170 0 0.56 0.16 0.20 317.37 0.52 0.57
Hex CB 59 AA 0 38 10 14 13D 34 39
Octal 313 131 252 0 70 20 24 475 64 71
Binary 11001011 1011001 10101010 0 111000 10000 10100 100111101 110100 111001

Color Harmonies of #CB59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59AA

Black with #CB59AA

Text Example


Text Example

White with #CB59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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