Html Css Color HEX #C0038D Medium Violet Red

📋 copy color: '#C0038D'

red 192 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #C0038D

Tints of Medium Violet Red #C0038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 57.14%
G = 0.89%
B = 41.96%

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

#C0038D (or 0xC0038D) is known color: Medium Violet Red. HEX triplet: C0, 03 and 8D. RGB value is (192,3,141). Sum of RGB (Red+Green+Blue) = 192+3+141=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0038D is #3FFC72. Grayscale: #4A4A4A. Windows color (decimal): -4193395 or 9241536. OLE color: 9241536.

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

Color convert

RGB 192 3 141 -
CMYK 0 0.98 0.27 0.25
HSL 316.19º 0.97% 0.38% -
HSV(B) 316.19º 0.98% 0.75% -
XYZ 26.58 13.19 26.35 -
YUV 75.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 192 3 141 0 0.98 0.27 0.25 316.19 0.97 0.38
Hex C0 3 8D 0 62 1B 19 13C 61 26
Octal 300 3 215 0 142 33 31 474 141 46
Binary 11000000 11 10001101 0 1100010 11011 11001 100111100 1100001 100110

Color Harmonies of #C0038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0038D

Black with #C0038D

Text Example


Text Example

White with #C0038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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