Html Css Color HEX #CC42AC Fuchsia

📋 copy color: '#CC42AC'

red 204 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #CC42AC

Tints of Fuchsia #CC42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

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

R = 46.15%
G = 14.93%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC42AC (or 0xCC42AC) is known color: Fuchsia. HEX triplet: CC, 42 and AC. RGB value is (204,66,172). Sum of RGB (Red+Green+Blue) = 204+66+172=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC42AC is #33BD53. Grayscale: #777777. Windows color (decimal): -3390804 or 11289292. OLE color: 11289292.

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

Color convert

RGB 204 66 172 -
CMYK 0 0.68 0.16 0.2
HSL 313.91º 0.58% 0.53% -
HSV(B) 313.91º 0.68% 0.8% -
XYZ 34.3 19.71 41.03 -
YUV 119.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 204 66 172 0 0.68 0.16 0.2 313.91 0.58 0.53
Hex CC 42 AC 0 44 10 14 13A 3A 35
Octal 314 102 254 0 104 20 24 472 72 65
Binary 11001100 1000010 10101100 0 1000100 10000 10100 100111010 111010 110101

Color Harmonies of #CC42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42AC

Black with #CC42AC

Text Example


Text Example

White with #CC42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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