Html Css Color HEX #CC4CAC Fuchsia

📋 copy color: '#CC4CAC'

red 204 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #CC4CAC

Tints of Fuchsia #CC4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.81%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 45.13%
G = 16.81%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC4CAC (or 0xCC4CAC) is known color: Fuchsia. HEX triplet: CC, 4C and AC. RGB value is (204,76,172). Sum of RGB (Red+Green+Blue) = 204+76+172=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CAC is #33B353. Grayscale: #7C7C7C. Windows color (decimal): -3388244 or 11291852. OLE color: 11291852.

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

Color convert

RGB 204 76 172 -
CMYK 0 0.63 0.16 0.2
HSL 315º 0.56% 0.55% -
HSV(B) 315º 0.63% 0.8% -
XYZ 34.93 20.98 41.24 -
YUV 125.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 204 76 172 0 0.63 0.16 0.2 315 0.56 0.55
Hex CC 4C AC 0 3F 10 14 13B 38 37
Octal 314 114 254 0 77 20 24 473 70 67
Binary 11001100 1001100 10101100 0 111111 10000 10100 100111011 111000 110111

Color Harmonies of #CC4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CAC

Black with #CC4CAC

Text Example


Text Example

White with #CC4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CAC; }

 p { color: rgb(204,76,172); }

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

background-color css

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

 a { background-color: rgb(204,76,172); }

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

border-color css

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

 span { border-color: rgb(204,76,172); }

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