Html Css Color HEX #C022A6 Medium Violet Red

📋 copy color: '#C022A6'

red 192 ◦ green 34 ◦ blue 166

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

Shades of Medium Violet Red #C022A6

Tints of Medium Violet Red #C022A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 48.98%
G = 8.67%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C022A6 (or 0xC022A6) is known color: Medium Violet Red. HEX triplet: C0, 22 and A6. RGB value is (192,34,166). Sum of RGB (Red+Green+Blue) = 192+34+166=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C022A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022A6 is #3FDD59. Grayscale: #5F5F5F. Windows color (decimal): -4185434 or 10887872. OLE color: 10887872.

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

Color convert

RGB 192 34 166 -
CMYK 0 0.82 0.14 0.25
HSL 309.87º 0.7% 0.44% -
HSV(B) 309.87º 0.82% 0.75% -
XYZ 29.19 15.1 37.45 -
YUV 96.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 192 34 166 0 0.82 0.14 0.25 309.87 0.7 0.44
Hex C0 22 A6 0 52 E 19 136 46 2C
Octal 300 42 246 0 122 16 31 466 106 54
Binary 11000000 100010 10100110 0 1010010 1110 11001 100110110 1000110 101100

Color Harmonies of #C022A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022A6

Black with #C022A6

Text Example


Text Example

White with #C022A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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