Html Css Color HEX #CC24AC Medium Violet Red

📋 copy color: '#CC24AC'

red 204 ◦ green 36 ◦ blue 172

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

Shades of Medium Violet Red #CC24AC

Tints of Medium Violet Red #CC24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

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

R = 49.51%
G = 8.74%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC24AC (or 0xCC24AC) is known color: Medium Violet Red. HEX triplet: CC, 24 and AC. RGB value is (204,36,172). Sum of RGB (Red+Green+Blue) = 204+36+172=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24AC is #33DB53. Grayscale: #656565. Windows color (decimal): -3398484 or 11281612. OLE color: 11281612.

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

Color convert

RGB 204 36 172 -
CMYK 0 0.82 0.16 0.2
HSL 311.43º 0.7% 0.47% -
HSV(B) 311.43º 0.82% 0.8% -
XYZ 32.98 17.08 40.59 -
YUV 101.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 204 36 172 0 0.82 0.16 0.2 311.43 0.7 0.47
Hex CC 24 AC 0 52 10 14 137 46 2F
Octal 314 44 254 0 122 20 24 467 106 57
Binary 11001100 100100 10101100 0 1010010 10000 10100 100110111 1000110 101111

Color Harmonies of #CC24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24AC

Black with #CC24AC

Text Example


Text Example

White with #CC24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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