Html Css Color HEX #C022AD Medium Violet Red

📋 copy color: '#C022AD'

red 192 ◦ green 34 ◦ blue 173

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

Shades of Medium Violet Red #C022AD

Tints of Medium Violet Red #C022AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.52%

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

R = 48.12%
G = 8.52%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C022AD (or 0xC022AD) is known color: Medium Violet Red. HEX triplet: C0, 22 and AD. RGB value is (192,34,173). Sum of RGB (Red+Green+Blue) = 192+34+173=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C022AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022AD is #3FDD52. Grayscale: #606060. Windows color (decimal): -4185427 or 11346624. OLE color: 11346624.

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

Color convert

RGB 192 34 173 -
CMYK 0 0.82 0.10 0.25
HSL 307.22º 0.7% 0.44% -
HSV(B) 307.22º 0.82% 0.75% -
XYZ 29.85 15.37 40.93 -
YUV 97.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 192 34 173 0 0.82 0.10 0.25 307.22 0.7 0.44
Hex C0 22 AD 0 52 A 19 133 46 2C
Octal 300 42 255 0 122 12 31 463 106 54
Binary 11000000 100010 10101101 0 1010010 1010 11001 100110011 1000110 101100

Color Harmonies of #C022AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022AD

Black with #C022AD

Text Example


Text Example

White with #C022AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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