Html Css Color HEX #CB55AB Fuchsia

📋 copy color: '#CB55AB'

red 203 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #CB55AB

Tints of Fuchsia #CB55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 44.23%
G = 18.52%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB55AB (or 0xCB55AB) is known color: Fuchsia. HEX triplet: CB, 55 and AB. RGB value is (203,85,171). Sum of RGB (Red+Green+Blue) = 203+85+171=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB55AB is #34AA54. Grayscale: #818181. Windows color (decimal): -3451477 or 11228619. OLE color: 11228619.

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

Color convert

RGB 203 85 171 -
CMYK 0 0.58 0.16 0.20
HSL 316.27º 0.53% 0.56% -
HSV(B) 316.27º 0.58% 0.8% -
XYZ 35.23 22.13 40.94 -
YUV 130.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 203 85 171 0 0.58 0.16 0.20 316.27 0.53 0.56
Hex CB 55 AB 0 3A 10 14 13C 35 38
Octal 313 125 253 0 72 20 24 474 65 70
Binary 11001011 1010101 10101011 0 111010 10000 10100 100111100 110101 111000

Color Harmonies of #CB55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55AB

Black with #CB55AB

Text Example


Text Example

White with #CB55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55AB; }

 p { color: rgb(203,85,171); }

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

background-color css

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

 a { background-color: rgb(203,85,171); }

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

border-color css

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

 span { border-color: rgb(203,85,171); }

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