Html Css Color HEX #C0227E Medium Violet Red

📋 copy color: '#C0227E'

red 192 ◦ green 34 ◦ blue 126

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

Shades of Medium Violet Red #C0227E

Tints of Medium Violet Red #C0227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 54.55%
G = 9.66%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0227E (or 0xC0227E) is known color: Medium Violet Red. HEX triplet: C0, 22 and 7E. RGB value is (192,34,126). Sum of RGB (Red+Green+Blue) = 192+34+126=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0227E is #3FDD81. Grayscale: #5B5B5B. Windows color (decimal): -4185474 or 8266432. OLE color: 8266432.

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

Color convert

RGB 192 34 126 -
CMYK 0 0.82 0.34 0.25
HSL 325.06º 0.7% 0.44% -
HSV(B) 325.06º 0.82% 0.75% -
XYZ 26.08 13.86 21.04 -
YUV 91.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 192 34 126 0 0.82 0.34 0.25 325.06 0.7 0.44
Hex C0 22 7E 0 52 22 19 145 46 2C
Octal 300 42 176 0 122 42 31 505 106 54
Binary 11000000 100010 1111110 0 1010010 100010 11001 101000101 1000110 101100

Color Harmonies of #C0227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0227E

Black with #C0227E

Text Example


Text Example

White with #C0227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0227E; }

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

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

background-color css

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

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

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

border-color css

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

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

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