Html Css Color HEX #CC4AC9 Fuchsia

📋 copy color: '#CC4AC9'

red 204 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #CC4AC9

Tints of Fuchsia #CC4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 42.59%
G = 15.45%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC4AC9 (or 0xCC4AC9) is known color: Fuchsia. HEX triplet: CC, 4A and C9. RGB value is (204,74,201). Sum of RGB (Red+Green+Blue) = 204+74+201=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AC9 is #33B536. Grayscale: #7E7E7E. Windows color (decimal): -3388727 or 13191884. OLE color: 13191884.

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

Color convert

RGB 204 74 201 -
CMYK 0 0.64 0.01 0.2
HSL 301.38º 0.56% 0.55% -
HSV(B) 301.38º 0.64% 0.8% -
XYZ 37.89 21.95 57.5 -
YUV 127.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 204 74 201 0 0.64 0.01 0.2 301.38 0.56 0.55
Hex CC 4A C9 0 40 1 14 12D 38 37
Octal 314 112 311 0 100 1 24 455 70 67
Binary 11001100 1001010 11001001 0 1000000 1 10100 100101101 111000 110111

Color Harmonies of #CC4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AC9

Black with #CC4AC9

Text Example


Text Example

White with #CC4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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