Html Css Color HEX #CC20AB Medium Violet Red

📋 copy color: '#CC20AB'

red 204 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #CC20AB

Tints of Medium Violet Red #CC20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.86%

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

R = 50.12%
G = 7.86%
B = 42.01%

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

#CC20AB (or 0xCC20AB) is known color: Medium Violet Red. HEX triplet: CC, 20 and AB. RGB value is (204,32,171). Sum of RGB (Red+Green+Blue) = 204+32+171=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20AB is #33DF54. Grayscale: #626262. Windows color (decimal): -3399509 or 11215052. OLE color: 11215052.

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

Color convert

RGB 204 32 171 -
CMYK 0 0.84 0.16 0.2
HSL 311.51º 0.73% 0.46% -
HSV(B) 311.51º 0.84% 0.8% -
XYZ 32.77 16.81 40.05 -
YUV 99.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 204 32 171 0 0.84 0.16 0.2 311.51 0.73 0.46
Hex CC 20 AB 0 54 10 14 138 49 2E
Octal 314 40 253 0 124 20 24 470 111 56
Binary 11001100 100000 10101011 0 1010100 10000 10100 100111000 1001001 101110

Color Harmonies of #CC20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20AB

Black with #CC20AB

Text Example


Text Example

White with #CC20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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