Html Css Color HEX #C022A1 Medium Violet Red

📋 copy color: '#C022A1'

red 192 ◦ green 34 ◦ blue 161

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

Shades of Medium Violet Red #C022A1

Tints of Medium Violet Red #C022A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 49.61%
G = 8.79%
B = 41.6%

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

#C022A1 (or 0xC022A1) is known color: Medium Violet Red. HEX triplet: C0, 22 and A1. RGB value is (192,34,161). Sum of RGB (Red+Green+Blue) = 192+34+161=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C022A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022A1 is #3FDD5E. Grayscale: #5F5F5F. Windows color (decimal): -4185439 or 10560192. OLE color: 10560192.

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

Color convert

RGB 192 34 161 -
CMYK 0 0.82 0.16 0.25
HSL 311.77º 0.7% 0.44% -
HSV(B) 311.77º 0.82% 0.75% -
XYZ 28.74 14.92 35.08 -
YUV 95.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 192 34 161 0 0.82 0.16 0.25 311.77 0.7 0.44
Hex C0 22 A1 0 52 10 19 138 46 2C
Octal 300 42 241 0 122 20 31 470 106 54
Binary 11000000 100010 10100001 0 1010010 10000 11001 100111000 1000110 101100

Color Harmonies of #C022A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022A1

Black with #C022A1

Text Example


Text Example

White with #C022A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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