Html Css Color HEX #C0228C Medium Violet Red

📋 copy color: '#C0228C'

red 192 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #C0228C

Tints of Medium Violet Red #C0228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 52.46%
G = 9.29%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0228C (or 0xC0228C) is known color: Medium Violet Red. HEX triplet: C0, 22 and 8C. RGB value is (192,34,140). Sum of RGB (Red+Green+Blue) = 192+34+140=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0228C is #3FDD73. Grayscale: #5D5D5D. Windows color (decimal): -4185460 or 9183936. OLE color: 9183936.

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

Color convert

RGB 192 34 140 -
CMYK 0 0.82 0.27 0.25
HSL 319.75º 0.7% 0.44% -
HSV(B) 319.75º 0.82% 0.75% -
XYZ 27.04 14.24 26.13 -
YUV 93.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 192 34 140 0 0.82 0.27 0.25 319.75 0.7 0.44
Hex C0 22 8C 0 52 1B 19 140 46 2C
Octal 300 42 214 0 122 33 31 500 106 54
Binary 11000000 100010 10001100 0 1010010 11011 11001 101000000 1000110 101100

Color Harmonies of #C0228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0228C

Black with #C0228C

Text Example


Text Example

White with #C0228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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