Html Css Color HEX #C0227A Medium Violet Red

📋 copy color: '#C0227A'

red 192 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #C0227A

Tints of Medium Violet Red #C0227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 55.17%
G = 9.77%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0227A (or 0xC0227A) is known color: Medium Violet Red. HEX triplet: C0, 22 and 7A. RGB value is (192,34,122). Sum of RGB (Red+Green+Blue) = 192+34+122=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0227A is #3FDD85. Grayscale: #5B5B5B. Windows color (decimal): -4185478 or 8004288. OLE color: 8004288.

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

Color convert

RGB 192 34 122 -
CMYK 0 0.82 0.36 0.25
HSL 326.58º 0.7% 0.44% -
HSV(B) 326.58º 0.82% 0.75% -
XYZ 25.82 13.76 19.71 -
YUV 91.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 192 34 122 0 0.82 0.36 0.25 326.58 0.7 0.44
Hex C0 22 7A 0 52 24 19 147 46 2C
Octal 300 42 172 0 122 44 31 507 106 54
Binary 11000000 100010 1111010 0 1010010 100100 11001 101000111 1000110 101100

Color Harmonies of #C0227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0227A

Black with #C0227A

Text Example


Text Example

White with #C0227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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