Html Css Color HEX #C0039B Medium Violet Red

📋 copy color: '#C0039B'

red 192 ◦ green 3 ◦ blue 155

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

Shades of Medium Violet Red #C0039B

Tints of Medium Violet Red #C0039B

RGB

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

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

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

R = 54.86%
G = 0.86%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0039B (or 0xC0039B) is known color: Medium Violet Red. HEX triplet: C0, 03 and 9B. RGB value is (192,3,155). Sum of RGB (Red+Green+Blue) = 192+3+155=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039B is #3FFC64. Grayscale: #4C4C4C. Windows color (decimal): -4193381 or 10159040. OLE color: 10159040.

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

Color convert

RGB 192 3 155 -
CMYK 0 0.98 0.19 0.25
HSL 311.75º 0.97% 0.38% -
HSV(B) 311.75º 0.98% 0.75% -
XYZ 27.69 13.64 32.18 -
YUV 76.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 192 3 155 0 0.98 0.19 0.25 311.75 0.97 0.38
Hex C0 3 9B 0 62 13 19 138 61 26
Octal 300 3 233 0 142 23 31 470 141 46
Binary 11000000 11 10011011 0 1100010 10011 11001 100111000 1100001 100110

Color Harmonies of #C0039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0039B

Black with #C0039B

Text Example


Text Example

White with #C0039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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