Html Css Color HEX #CC21A3 Medium Violet Red

📋 copy color: '#CC21A3'

red 204 ◦ green 33 ◦ blue 163

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

Shades of Medium Violet Red #CC21A3

Tints of Medium Violet Red #CC21A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.75%

R = 51%
G = 8.25%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC21A3 (or 0xCC21A3) is known color: Medium Violet Red. HEX triplet: CC, 21 and A3. RGB value is (204,33,163). Sum of RGB (Red+Green+Blue) = 204+33+163=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21A3 is #33DE5C. Grayscale: #626262. Windows color (decimal): -3399261 or 10691020. OLE color: 10691020.

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

Color convert

RGB 204 33 163 -
CMYK 0 0.84 0.20 0.2
HSL 314.39º 0.72% 0.46% -
HSV(B) 314.39º 0.84% 0.8% -
XYZ 32.06 16.57 36.16 -
YUV 98.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 204 33 163 0 0.84 0.20 0.2 314.39 0.72 0.46
Hex CC 21 A3 0 54 14 14 13A 48 2E
Octal 314 41 243 0 124 24 24 472 110 56
Binary 11001100 100001 10100011 0 1010100 10100 10100 100111010 1001000 101110

Color Harmonies of #CC21A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21A3

Black with #CC21A3

Text Example


Text Example

White with #CC21A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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