Html Css Color HEX #CC5ABA Fuchsia

📋 copy color: '#CC5ABA'

red 204 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #CC5ABA

Tints of Fuchsia #CC5ABA

RGB

 RED value IS 204 (80.08% from 255) = 42.5%

 GREEN value IS 90 (35.55% from 255) = 18.75%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 42.5%
G = 18.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC5ABA (or 0xCC5ABA) is known color: Fuchsia. HEX triplet: CC, 5A and BA. RGB value is (204,90,186). Sum of RGB (Red+Green+Blue) = 204+90+186=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ABA is #33A545. Grayscale: #868686. Windows color (decimal): -3384646 or 12212940. OLE color: 12212940.

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

Color convert

RGB 204 90 186 -
CMYK 0 0.56 0.09 0.2
HSL 309.47º 0.53% 0.58% -
HSV(B) 309.47º 0.56% 0.8% -
XYZ 37.42 23.69 49.06 -
YUV 135.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 204 90 186 0 0.56 0.09 0.2 309.47 0.53 0.58
Hex CC 5A BA 0 38 9 14 135 35 3A
Octal 314 132 272 0 70 11 24 465 65 72
Binary 11001100 1011010 10111010 0 111000 1001 10100 100110101 110101 111010

Color Harmonies of #CC5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ABA

Black with #CC5ABA

Text Example


Text Example

White with #CC5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ABA; }

 p { color: rgb(204,90,186); }

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

background-color css

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

 a { background-color: rgb(204,90,186); }

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

border-color css

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

 span { border-color: rgb(204,90,186); }

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