Html Css Color HEX #C022AB Medium Violet Red

📋 copy color: '#C022AB'

red 192 ◦ green 34 ◦ blue 171

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

Shades of Medium Violet Red #C022AB

Tints of Medium Violet Red #C022AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 48.36%
G = 8.56%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C022AB (or 0xC022AB) is known color: Medium Violet Red. HEX triplet: C0, 22 and AB. RGB value is (192,34,171). Sum of RGB (Red+Green+Blue) = 192+34+171=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C022AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022AB is #3FDD54. Grayscale: #606060. Windows color (decimal): -4185429 or 11215552. OLE color: 11215552.

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

Color convert

RGB 192 34 171 -
CMYK 0 0.82 0.11 0.25
HSL 307.97º 0.7% 0.44% -
HSV(B) 307.97º 0.82% 0.75% -
XYZ 29.66 15.29 39.92 -
YUV 96.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 192 34 171 0 0.82 0.11 0.25 307.97 0.7 0.44
Hex C0 22 AB 0 52 B 19 134 46 2C
Octal 300 42 253 0 122 13 31 464 106 54
Binary 11000000 100010 10101011 0 1010010 1011 11001 100110100 1000110 101100

Color Harmonies of #C022AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022AB

Black with #C022AB

Text Example


Text Example

White with #C022AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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