Html Css Color HEX #CC21AB Medium Violet Red

📋 copy color: '#CC21AB'

red 204 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #CC21AB

Tints of Medium Violet Red #CC21AB

RGB

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

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

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

R = 50%
G = 8.09%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC21AB (or 0xCC21AB) is known color: Medium Violet Red. HEX triplet: CC, 21 and AB. RGB value is (204,33,171). Sum of RGB (Red+Green+Blue) = 204+33+171=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21AB is #33DE54. Grayscale: #636363. Windows color (decimal): -3399253 or 11215308. OLE color: 11215308.

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

Color convert

RGB 204 33 171 -
CMYK 0 0.84 0.16 0.2
HSL 311.58º 0.72% 0.46% -
HSV(B) 311.58º 0.84% 0.8% -
XYZ 32.8 16.87 40.05 -
YUV 99.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 204 33 171 0 0.84 0.16 0.2 311.58 0.72 0.46
Hex CC 21 AB 0 54 10 14 138 48 2E
Octal 314 41 253 0 124 20 24 470 110 56
Binary 11001100 100001 10101011 0 1010100 10000 10100 100111000 1001000 101110

Color Harmonies of #CC21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21AB

Black with #CC21AB

Text Example


Text Example

White with #CC21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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