Html Css Color HEX #CC5AD1 Fuchsia

📋 copy color: '#CC5AD1'

red 204 ◦ green 90 ◦ blue 209

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

Shades of Fuchsia #CC5AD1

Tints of Fuchsia #CC5AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 40.56%
G = 17.89%
B = 41.55%

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

#CC5AD1 (or 0xCC5AD1) is known color: Fuchsia. HEX triplet: CC, 5A and D1. RGB value is (204,90,209). Sum of RGB (Red+Green+Blue) = 204+90+209=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AD1 is #33A52E. Grayscale: #898989. Windows color (decimal): -3384623 or 13720268. OLE color: 13720268.

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

Color convert

RGB 204 90 209 -
CMYK 0.02 0.57 0 0.18
HSL 297.48º 0.56% 0.59% -
HSV(B) 297.48º 0.57% 0.82% -
XYZ 40.07 24.75 62.99 -
YUV 137.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 204 90 209 0.02 0.57 0 0.18 297.48 0.56 0.59
Hex CC 5A D1 2 39 0 12 129 38 3B
Octal 314 132 321 2 71 0 22 451 70 73
Binary 11001100 1011010 11010001 10 111001 0 10010 100101001 111000 111011

Color Harmonies of #CC5AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AD1

Black with #CC5AD1

Text Example


Text Example

White with #CC5AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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