Html Css Color HEX #CC21A9 Medium Violet Red

📋 copy color: '#CC21A9'

red 204 ◦ green 33 ◦ blue 169

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

Shades of Medium Violet Red #CC21A9

Tints of Medium Violet Red #CC21A9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.13%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 50.25%
G = 8.13%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC21A9 (or 0xCC21A9) is known color: Medium Violet Red. HEX triplet: CC, 21 and A9. RGB value is (204,33,169). Sum of RGB (Red+Green+Blue) = 204+33+169=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21A9 is #33DE56. Grayscale: #636363. Windows color (decimal): -3399255 or 11084236. OLE color: 11084236.

HSL color Cylindrical-coordinate representation of color #CC21A9: hue angle of 312.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21A9 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 169 -
CMYK 0 0.84 0.17 0.2
HSL 312.28º 0.72% 0.46% -
HSV(B) 312.28º 0.84% 0.8% -
XYZ 32.61 16.79 39.06 -
YUV 99.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 204 33 169 0 0.84 0.17 0.2 312.28 0.72 0.46
Hex CC 21 A9 0 54 11 14 138 48 2E
Octal 314 41 251 0 124 21 24 470 110 56
Binary 11001100 100001 10101001 0 1010100 10001 10100 100111000 1001000 101110

Color Harmonies of #CC21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21A9

Black with #CC21A9

Text Example


Text Example

White with #CC21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21A9; }

 p { color: rgb(204,33,169); }

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

background-color css

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

 a { background-color: rgb(204,33,169); }

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

border-color css

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

 span { border-color: rgb(204,33,169); }

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