Html Css Color HEX #CC24A5 Medium Violet Red

📋 copy color: '#CC24A5'

red 204 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #CC24A5

Tints of Medium Violet Red #CC24A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 50.37%
G = 8.89%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC24A5 (or 0xCC24A5) is known color: Medium Violet Red. HEX triplet: CC, 24 and A5. RGB value is (204,36,165). Sum of RGB (Red+Green+Blue) = 204+36+165=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24A5 is #33DB5A. Grayscale: #646464. Windows color (decimal): -3398491 or 10822860. OLE color: 10822860.

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

Color convert

RGB 204 36 165 -
CMYK 0 0.82 0.19 0.2
HSL 313.93º 0.7% 0.47% -
HSV(B) 313.93º 0.82% 0.8% -
XYZ 32.32 16.82 37.14 -
YUV 100.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 204 36 165 0 0.82 0.19 0.2 313.93 0.7 0.47
Hex CC 24 A5 0 52 13 14 13A 46 2F
Octal 314 44 245 0 122 23 24 472 106 57
Binary 11001100 100100 10100101 0 1010010 10011 10100 100111010 1000110 101111

Color Harmonies of #CC24A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24A5

Black with #CC24A5

Text Example


Text Example

White with #CC24A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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