Html Css Color HEX #C0239B Medium Violet Red

📋 copy color: '#C0239B'

red 192 ◦ green 35 ◦ blue 155

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

Shades of Medium Violet Red #C0239B

Tints of Medium Violet Red #C0239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 50.26%
G = 9.16%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0239B (or 0xC0239B) is known color: Medium Violet Red. HEX triplet: C0, 23 and 9B. RGB value is (192,35,155). Sum of RGB (Red+Green+Blue) = 192+35+155=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0239B is #3FDC64. Grayscale: #5F5F5F. Windows color (decimal): -4185189 or 10167232. OLE color: 10167232.

HSL color Cylindrical-coordinate representation of color #C0239B: hue angle of 314.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0239B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 155 -
CMYK 0 0.82 0.19 0.25
HSL 314.14º 0.69% 0.45% -
HSV(B) 314.14º 0.82% 0.75% -
XYZ 28.26 14.78 32.37 -
YUV 95.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 192 35 155 0 0.82 0.19 0.25 314.14 0.69 0.45
Hex C0 23 9B 0 52 13 19 13A 45 2D
Octal 300 43 233 0 122 23 31 472 105 55
Binary 11000000 100011 10011011 0 1010010 10011 11001 100111010 1000101 101101

Color Harmonies of #C0239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0239B

Black with #C0239B

Text Example


Text Example

White with #C0239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0239B; }

 p { color: rgb(192,35,155); }

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

background-color css

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

 a { background-color: rgb(192,35,155); }

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

border-color css

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

 span { border-color: rgb(192,35,155); }

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