Html Css Color HEX #C021AD Medium Violet Red

📋 copy color: '#C021AD'

red 192 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #C021AD

Tints of Medium Violet Red #C021AD

RGB

 RED value IS 192 (75.39% from 255) = 48.24%

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 48.24%
G = 8.29%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C021AD (or 0xC021AD) is known color: Medium Violet Red. HEX triplet: C0, 21 and AD. RGB value is (192,33,173). Sum of RGB (Red+Green+Blue) = 192+33+173=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C021AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021AD is #3FDE52. Grayscale: #606060. Windows color (decimal): -4185683 or 11346368. OLE color: 11346368.

HSL color Cylindrical-coordinate representation of color #C021AD: hue angle of 307.17º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C021AD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 173 -
CMYK 0 0.83 0.10 0.25
HSL 307.17º 0.71% 0.44% -
HSV(B) 307.17º 0.83% 0.75% -
XYZ 29.82 15.31 40.92 -
YUV 96.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 192 33 173 0 0.83 0.10 0.25 307.17 0.71 0.44
Hex C0 21 AD 0 53 A 19 133 47 2C
Octal 300 41 255 0 123 12 31 463 107 54
Binary 11000000 100001 10101101 0 1010011 1010 11001 100110011 1000111 101100

Color Harmonies of #C021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021AD

Black with #C021AD

Text Example


Text Example

White with #C021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021AD; }

 p { color: rgb(192,33,173); }

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

background-color css

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

 a { background-color: rgb(192,33,173); }

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

border-color css

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

 span { border-color: rgb(192,33,173); }

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