Html Css Color HEX #CB52AA Fuchsia

📋 copy color: '#CB52AA'

red 203 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #CB52AA

Tints of Fuchsia #CB52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

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

R = 44.62%
G = 18.02%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB52AA (or 0xCB52AA) is known color: Fuchsia. HEX triplet: CB, 52 and AA. RGB value is (203,82,170). Sum of RGB (Red+Green+Blue) = 203+82+170=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52AA is #34AD55. Grayscale: #7F7F7F. Windows color (decimal): -3452246 or 11162315. OLE color: 11162315.

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

Color convert

RGB 203 82 170 -
CMYK 0 0.60 0.16 0.20
HSL 316.36º 0.54% 0.56% -
HSV(B) 316.36º 0.6% 0.8% -
XYZ 34.9 21.63 40.37 -
YUV 128.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 203 82 170 0 0.60 0.16 0.20 316.36 0.54 0.56
Hex CB 52 AA 0 3C 10 14 13C 36 38
Octal 313 122 252 0 74 20 24 474 66 70
Binary 11001011 1010010 10101010 0 111100 10000 10100 100111100 110110 111000

Color Harmonies of #CB52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52AA

Black with #CB52AA

Text Example


Text Example

White with #CB52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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