Html Css Color HEX #CC24AD Medium Violet Red

📋 copy color: '#CC24AD'

red 204 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #CC24AD

Tints of Medium Violet Red #CC24AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 49.39%
G = 8.72%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC24AD (or 0xCC24AD) is known color: Medium Violet Red. HEX triplet: CC, 24 and AD. RGB value is (204,36,173). Sum of RGB (Red+Green+Blue) = 204+36+173=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24AD is #33DB52. Grayscale: #656565. Windows color (decimal): -3398483 or 11347148. OLE color: 11347148.

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

Color convert

RGB 204 36 173 -
CMYK 0 0.82 0.15 0.2
HSL 311.07º 0.7% 0.47% -
HSV(B) 311.07º 0.82% 0.8% -
XYZ 33.08 17.12 41.1 -
YUV 101.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 204 36 173 0 0.82 0.15 0.2 311.07 0.7 0.47
Hex CC 24 AD 0 52 F 14 137 46 2F
Octal 314 44 255 0 122 17 24 467 106 57
Binary 11001100 100100 10101101 0 1010010 1111 10100 100110111 1000110 101111

Color Harmonies of #CC24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24AD

Black with #CC24AD

Text Example


Text Example

White with #CC24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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