Html Css Color HEX #CB59AC Fuchsia

📋 copy color: '#CB59AC'

red 203 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #CB59AC

Tints of Fuchsia #CB59AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 43.75%
G = 19.18%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB59AC (or 0xCB59AC) is known color: Fuchsia. HEX triplet: CB, 59 and AC. RGB value is (203,89,172). Sum of RGB (Red+Green+Blue) = 203+89+172=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AC is #34A653. Grayscale: #848484. Windows color (decimal): -3450452 or 11295179. OLE color: 11295179.

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

Color convert

RGB 203 89 172 -
CMYK 0 0.56 0.15 0.20
HSL 316.32º 0.52% 0.57% -
HSV(B) 316.32º 0.56% 0.8% -
XYZ 35.65 22.82 41.56 -
YUV 132.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 203 89 172 0 0.56 0.15 0.20 316.32 0.52 0.57
Hex CB 59 AC 0 38 F 14 13C 34 39
Octal 313 131 254 0 70 17 24 474 64 71
Binary 11001011 1011001 10101100 0 111000 1111 10100 100111100 110100 111001

Color Harmonies of #CB59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59AC

Black with #CB59AC

Text Example


Text Example

White with #CB59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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