Html Css Color HEX #CC5ABC Fuchsia

📋 copy color: '#CC5ABC'

red 204 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #CC5ABC

Tints of Fuchsia #CC5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 42.32%
G = 18.67%
B = 39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC5ABC (or 0xCC5ABC) is known color: Fuchsia. HEX triplet: CC, 5A and BC. RGB value is (204,90,188). Sum of RGB (Red+Green+Blue) = 204+90+188=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ABC is #33A543. Grayscale: #868686. Windows color (decimal): -3384644 or 12344012. OLE color: 12344012.

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

Color convert

RGB 204 90 188 -
CMYK 0 0.56 0.08 0.2
HSL 308.42º 0.53% 0.58% -
HSV(B) 308.42º 0.56% 0.8% -
XYZ 37.64 23.78 50.18 -
YUV 135.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 204 90 188 0 0.56 0.08 0.2 308.42 0.53 0.58
Hex CC 5A BC 0 38 8 14 134 35 3A
Octal 314 132 274 0 70 10 24 464 65 72
Binary 11001100 1011010 10111100 0 111000 1000 10100 100110100 110101 111010

Color Harmonies of #CC5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ABC

Black with #CC5ABC

Text Example


Text Example

White with #CC5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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