Html Css Color HEX #C0229F Medium Violet Red

📋 copy color: '#C0229F'

red 192 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #C0229F

Tints of Medium Violet Red #C0229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 49.87%
G = 8.83%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0229F (or 0xC0229F) is known color: Medium Violet Red. HEX triplet: C0, 22 and 9F. RGB value is (192,34,159). Sum of RGB (Red+Green+Blue) = 192+34+159=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0229F is #3FDD60. Grayscale: #5F5F5F. Windows color (decimal): -4185441 or 10429120. OLE color: 10429120.

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

Color convert

RGB 192 34 159 -
CMYK 0 0.82 0.17 0.25
HSL 312.53º 0.7% 0.44% -
HSV(B) 312.53º 0.82% 0.75% -
XYZ 28.57 14.85 34.16 -
YUV 95.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 192 34 159 0 0.82 0.17 0.25 312.53 0.7 0.44
Hex C0 22 9F 0 52 11 19 139 46 2C
Octal 300 42 237 0 122 21 31 471 106 54
Binary 11000000 100010 10011111 0 1010010 10001 11001 100111001 1000110 101100

Color Harmonies of #C0229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0229F

Black with #C0229F

Text Example


Text Example

White with #C0229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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