Html Css Color HEX #CC24AB Medium Violet Red

📋 copy color: '#CC24AB'

red 204 ◦ green 36 ◦ blue 171

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

Shades of Medium Violet Red #CC24AB

Tints of Medium Violet Red #CC24AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 49.64%
G = 8.76%
B = 41.61%

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

#CC24AB (or 0xCC24AB) is known color: Medium Violet Red. HEX triplet: CC, 24 and AB. RGB value is (204,36,171). Sum of RGB (Red+Green+Blue) = 204+36+171=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24AB is #33DB54. Grayscale: #656565. Windows color (decimal): -3398485 or 11216076. OLE color: 11216076.

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

Color convert

RGB 204 36 171 -
CMYK 0 0.82 0.16 0.2
HSL 311.79º 0.7% 0.47% -
HSV(B) 311.79º 0.82% 0.8% -
XYZ 32.88 17.04 40.08 -
YUV 101.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 204 36 171 0 0.82 0.16 0.2 311.79 0.7 0.47
Hex CC 24 AB 0 52 10 14 138 46 2F
Octal 314 44 253 0 122 20 24 470 106 57
Binary 11001100 100100 10101011 0 1010010 10000 10100 100111000 1000110 101111

Color Harmonies of #CC24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24AB

Black with #CC24AB

Text Example


Text Example

White with #CC24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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