Html Css Color HEX #CB55AA Fuchsia

📋 copy color: '#CB55AA'

red 203 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #CB55AA

Tints of Fuchsia #CB55AA

RGB

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

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

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

R = 44.32%
G = 18.56%
B = 37.12%

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

#CB55AA (or 0xCB55AA) is known color: Fuchsia. HEX triplet: CB, 55 and AA. RGB value is (203,85,170). Sum of RGB (Red+Green+Blue) = 203+85+170=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB55AA is #34AA55. Grayscale: #818181. Windows color (decimal): -3451478 or 11163083. OLE color: 11163083.

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

Color convert

RGB 203 85 170 -
CMYK 0 0.58 0.16 0.20
HSL 316.78º 0.53% 0.56% -
HSV(B) 316.78º 0.58% 0.8% -
XYZ 35.13 22.1 40.44 -
YUV 129.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 203 85 170 0 0.58 0.16 0.20 316.78 0.53 0.56
Hex CB 55 AA 0 3A 10 14 13D 35 38
Octal 313 125 252 0 72 20 24 475 65 70
Binary 11001011 1010101 10101010 0 111010 10000 10100 100111101 110101 111000

Color Harmonies of #CB55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55AA

Black with #CB55AA

Text Example


Text Example

White with #CB55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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