Html Css Color HEX #C0038C Medium Violet Red

📋 copy color: '#C0038C'

red 192 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #C0038C

Tints of Medium Violet Red #C0038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 57.31%
G = 0.9%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0038C (or 0xC0038C) is known color: Medium Violet Red. HEX triplet: C0, 03 and 8C. RGB value is (192,3,140). Sum of RGB (Red+Green+Blue) = 192+3+140=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0038C is #3FFC73. Grayscale: #4A4A4A. Windows color (decimal): -4193396 or 9176000. OLE color: 9176000.

HSL color Cylindrical-coordinate representation of color #C0038C: hue angle of 316.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0038C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 140 -
CMYK 0 0.98 0.27 0.25
HSL 316.51º 0.97% 0.38% -
HSV(B) 316.51º 0.98% 0.75% -
XYZ 26.5 13.17 25.96 -
YUV 75.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 192 3 140 0 0.98 0.27 0.25 316.51 0.97 0.38
Hex C0 3 8C 0 62 1B 19 13D 61 26
Octal 300 3 214 0 142 33 31 475 141 46
Binary 11000000 11 10001100 0 1100010 11011 11001 100111101 1100001 100110

Color Harmonies of #C0038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0038C

Black with #C0038C

Text Example


Text Example

White with #C0038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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