Html Css Color HEX #CC5AD0 Fuchsia

📋 copy color: '#CC5AD0'

red 204 ◦ green 90 ◦ blue 208

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

Shades of Fuchsia #CC5AD0

Tints of Fuchsia #CC5AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 40.64%
G = 17.93%
B = 41.43%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC5AD0 (or 0xCC5AD0) is known color: Fuchsia. HEX triplet: CC, 5A and D0. RGB value is (204,90,208). Sum of RGB (Red+Green+Blue) = 204+90+208=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AD0 is #33A52F. Grayscale: #898989. Windows color (decimal): -3384624 or 13654732. OLE color: 13654732.

HSL color Cylindrical-coordinate representation of color #CC5AD0: hue angle of 297.97º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5AD0 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 90 208 -
CMYK 0.02 0.57 0 0.18
HSL 297.97º 0.56% 0.58% -
HSV(B) 297.97º 0.57% 0.82% -
XYZ 39.94 24.7 62.34 -
YUV 137.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 204 90 208 0.02 0.57 0 0.18 297.97 0.56 0.58
Hex CC 5A D0 2 39 0 12 12A 38 3A
Octal 314 132 320 2 71 0 22 452 70 72
Binary 11001100 1011010 11010000 10 111001 0 10010 100101010 111000 111010

Color Harmonies of #CC5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AD0

Black with #CC5AD0

Text Example


Text Example

White with #CC5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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