Html Css Color HEX #C0039F Medium Violet Red

📋 copy color: '#C0039F'

red 192 ◦ green 3 ◦ blue 159

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

Shades of Medium Violet Red #C0039F

Tints of Medium Violet Red #C0039F

RGB

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

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

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

R = 54.24%
G = 0.85%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0039F (or 0xC0039F) is known color: Medium Violet Red. HEX triplet: C0, 03 and 9F. RGB value is (192,3,159). Sum of RGB (Red+Green+Blue) = 192+3+159=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039F is #3FFC60. Grayscale: #4C4C4C. Windows color (decimal): -4193377 or 10421184. OLE color: 10421184.

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

Color convert

RGB 192 3 159 -
CMYK 0 0.98 0.17 0.25
HSL 310.48º 0.97% 0.38% -
HSV(B) 310.48º 0.98% 0.75% -
XYZ 28.03 13.77 33.98 -
YUV 77.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 192 3 159 0 0.98 0.17 0.25 310.48 0.97 0.38
Hex C0 3 9F 0 62 11 19 136 61 26
Octal 300 3 237 0 142 21 31 466 141 46
Binary 11000000 11 10011111 0 1100010 10001 11001 100110110 1100001 100110

Color Harmonies of #C0039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0039F

Black with #C0039F

Text Example


Text Example

White with #C0039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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