Html Css Color HEX #C0229D Medium Violet Red

📋 copy color: '#C0229D'

red 192 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #C0229D

Tints of Medium Violet Red #C0229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 50.13%
G = 8.88%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0229D (or 0xC0229D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 9D. RGB value is (192,34,157). Sum of RGB (Red+Green+Blue) = 192+34+157=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0229D is #3FDD62. Grayscale: #5E5E5E. Windows color (decimal): -4185443 or 10298048. OLE color: 10298048.

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

Color convert

RGB 192 34 157 -
CMYK 0 0.82 0.18 0.25
HSL 313.29º 0.7% 0.44% -
HSV(B) 313.29º 0.82% 0.75% -
XYZ 28.4 14.78 33.26 -
YUV 95.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 192 34 157 0 0.82 0.18 0.25 313.29 0.7 0.44
Hex C0 22 9D 0 52 12 19 139 46 2C
Octal 300 42 235 0 122 22 31 471 106 54
Binary 11000000 100010 10011101 0 1010010 10010 11001 100111001 1000110 101100

Color Harmonies of #C0229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0229D

Black with #C0229D

Text Example


Text Example

White with #C0229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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