Html Css Color HEX #C0228E Medium Violet Red

📋 copy color: '#C0228E'

red 192 ◦ green 34 ◦ blue 142

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

Shades of Medium Violet Red #C0228E

Tints of Medium Violet Red #C0228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 52.17%
G = 9.24%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0228E (or 0xC0228E) is known color: Medium Violet Red. HEX triplet: C0, 22 and 8E. RGB value is (192,34,142). Sum of RGB (Red+Green+Blue) = 192+34+142=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0228E is #3FDD71. Grayscale: #5D5D5D. Windows color (decimal): -4185458 or 9315008. OLE color: 9315008.

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

Color convert

RGB 192 34 142 -
CMYK 0 0.82 0.26 0.25
HSL 318.99º 0.7% 0.44% -
HSV(B) 318.99º 0.82% 0.75% -
XYZ 27.19 14.3 26.92 -
YUV 93.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 192 34 142 0 0.82 0.26 0.25 318.99 0.7 0.44
Hex C0 22 8E 0 52 1A 19 13F 46 2C
Octal 300 42 216 0 122 32 31 477 106 54
Binary 11000000 100010 10001110 0 1010010 11010 11001 100111111 1000110 101100

Color Harmonies of #C0228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0228E

Black with #C0228E

Text Example


Text Example

White with #C0228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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