Html Css Color HEX #CC4AD2 Fuchsia

📋 copy color: '#CC4AD2'

red 204 ◦ green 74 ◦ blue 210

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

Shades of Fuchsia #CC4AD2

Tints of Fuchsia #CC4AD2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 41.8%
G = 15.16%
B = 43.03%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC4AD2 (or 0xCC4AD2) is known color: Fuchsia. HEX triplet: CC, 4A and D2. RGB value is (204,74,210). Sum of RGB (Red+Green+Blue) = 204+74+210=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC4AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD2 is #33B52D. Grayscale: #7F7F7F. Windows color (decimal): -3388718 or 13781708. OLE color: 13781708.

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

Color convert

RGB 204 74 210 -
CMYK 0.03 0.65 0 0.18
HSL 297.35º 0.6% 0.56% -
HSV(B) 297.35º 0.65% 0.82% -
XYZ 38.98 22.39 63.24 -
YUV 128.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 204 74 210 0.03 0.65 0 0.18 297.35 0.6 0.56
Hex CC 4A D2 3 41 0 12 129 3C 38
Octal 314 112 322 3 101 0 22 451 74 70
Binary 11001100 1001010 11010010 11 1000001 0 10010 100101001 111100 111000

Color Harmonies of #CC4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AD2

Black with #CC4AD2

Text Example


Text Example

White with #CC4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AD2; }

 p { color: rgb(204,74,210); }

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

background-color css

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

 a { background-color: rgb(204,74,210); }

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

border-color css

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

 span { border-color: rgb(204,74,210); }

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