Html Css Color HEX #C0238E Medium Violet Red

📋 copy color: '#C0238E'

red 192 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #C0238E

Tints of Medium Violet Red #C0238E

RGB

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

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

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

R = 52.03%
G = 9.49%
B = 38.48%

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

#C0238E (or 0xC0238E) is known color: Medium Violet Red. HEX triplet: C0, 23 and 8E. RGB value is (192,35,142). Sum of RGB (Red+Green+Blue) = 192+35+142=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0238E is #3FDC71. Grayscale: #5D5D5D. Windows color (decimal): -4185202 or 9315264. OLE color: 9315264.

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

Color convert

RGB 192 35 142 -
CMYK 0 0.82 0.26 0.25
HSL 319.11º 0.69% 0.45% -
HSV(B) 319.11º 0.82% 0.75% -
XYZ 27.22 14.36 26.93 -
YUV 94.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 192 35 142 0 0.82 0.26 0.25 319.11 0.69 0.45
Hex C0 23 8E 0 52 1A 19 13F 45 2D
Octal 300 43 216 0 122 32 31 477 105 55
Binary 11000000 100011 10001110 0 1010010 11010 11001 100111111 1000101 101101

Color Harmonies of #C0238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0238E

Black with #C0238E

Text Example


Text Example

White with #C0238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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