Html Css Color HEX #C022A2 Medium Violet Red

📋 copy color: '#C022A2'

red 192 ◦ green 34 ◦ blue 162

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

Shades of Medium Violet Red #C022A2

Tints of Medium Violet Red #C022A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 49.48%
G = 8.76%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C022A2 (or 0xC022A2) is known color: Medium Violet Red. HEX triplet: C0, 22 and A2. RGB value is (192,34,162). Sum of RGB (Red+Green+Blue) = 192+34+162=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C022A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022A2 is #3FDD5D. Grayscale: #5F5F5F. Windows color (decimal): -4185438 or 10625728. OLE color: 10625728.

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

Color convert

RGB 192 34 162 -
CMYK 0 0.82 0.16 0.25
HSL 311.39º 0.7% 0.44% -
HSV(B) 311.39º 0.82% 0.75% -
XYZ 28.83 14.96 35.55 -
YUV 95.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 192 34 162 0 0.82 0.16 0.25 311.39 0.7 0.44
Hex C0 22 A2 0 52 10 19 137 46 2C
Octal 300 42 242 0 122 20 31 467 106 54
Binary 11000000 100010 10100010 0 1010010 10000 11001 100110111 1000110 101100

Color Harmonies of #C022A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022A2

Black with #C022A2

Text Example


Text Example

White with #C022A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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