Html Css Color HEX #CC24A4 Medium Violet Red

📋 copy color: '#CC24A4'

red 204 ◦ green 36 ◦ blue 164

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

Shades of Medium Violet Red #CC24A4

Tints of Medium Violet Red #CC24A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 50.5%
G = 8.91%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC24A4 (or 0xCC24A4) is known color: Medium Violet Red. HEX triplet: CC, 24 and A4. RGB value is (204,36,164). Sum of RGB (Red+Green+Blue) = 204+36+164=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24A4 is #33DB5B. Grayscale: #646464. Windows color (decimal): -3398492 or 10757324. OLE color: 10757324.

HSL color Cylindrical-coordinate representation of color #CC24A4: hue angle of 314.29º 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 #CC24A4 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 164 -
CMYK 0 0.82 0.20 0.2
HSL 314.29º 0.7% 0.47% -
HSV(B) 314.29º 0.82% 0.8% -
XYZ 32.23 16.78 36.66 -
YUV 100.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 204 36 164 0 0.82 0.20 0.2 314.29 0.7 0.47
Hex CC 24 A4 0 52 14 14 13A 46 2F
Octal 314 44 244 0 122 24 24 472 106 57
Binary 11001100 100100 10100100 0 1010010 10100 10100 100111010 1000110 101111

Color Harmonies of #CC24A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24A4

Black with #CC24A4

Text Example


Text Example

White with #CC24A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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