Html Css Color HEX #CC21A6 Medium Violet Red

📋 copy color: '#CC21A6'

red 204 ◦ green 33 ◦ blue 166

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

Shades of Medium Violet Red #CC21A6

Tints of Medium Violet Red #CC21A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 50.62%
G = 8.19%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC21A6 (or 0xCC21A6) is known color: Medium Violet Red. HEX triplet: CC, 21 and A6. RGB value is (204,33,166). Sum of RGB (Red+Green+Blue) = 204+33+166=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21A6 is #33DE59. Grayscale: #626262. Windows color (decimal): -3399258 or 10887628. OLE color: 10887628.

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

Color convert

RGB 204 33 166 -
CMYK 0 0.84 0.19 0.2
HSL 313.33º 0.72% 0.46% -
HSV(B) 313.33º 0.84% 0.8% -
XYZ 32.33 16.68 37.59 -
YUV 99.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 204 33 166 0 0.84 0.19 0.2 313.33 0.72 0.46
Hex CC 21 A6 0 54 13 14 139 48 2E
Octal 314 41 246 0 124 23 24 471 110 56
Binary 11001100 100001 10100110 0 1010100 10011 10100 100111001 1001000 101110

Color Harmonies of #CC21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21A6

Black with #CC21A6

Text Example


Text Example

White with #CC21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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