Html Css Color HEX #CC21A0 Medium Violet Red

📋 copy color: '#CC21A0'

red 204 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #CC21A0

Tints of Medium Violet Red #CC21A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 51.39%
G = 8.31%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC21A0 (or 0xCC21A0) is known color: Medium Violet Red. HEX triplet: CC, 21 and A0. RGB value is (204,33,160). Sum of RGB (Red+Green+Blue) = 204+33+160=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21A0 is #33DE5F. Grayscale: #626262. Windows color (decimal): -3399264 or 10494412. OLE color: 10494412.

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

Color convert

RGB 204 33 160 -
CMYK 0 0.84 0.22 0.2
HSL 315.44º 0.72% 0.46% -
HSV(B) 315.44º 0.84% 0.8% -
XYZ 31.79 16.46 34.76 -
YUV 98.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 204 33 160 0 0.84 0.22 0.2 315.44 0.72 0.46
Hex CC 21 A0 0 54 16 14 13B 48 2E
Octal 314 41 240 0 124 26 24 473 110 56
Binary 11001100 100001 10100000 0 1010100 10110 10100 100111011 1001000 101110

Color Harmonies of #CC21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21A0

Black with #CC21A0

Text Example


Text Example

White with #CC21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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