Html Css Color HEX #C03399 Medium Red Violet

📋 copy color: '#C03399'

red 192 ◦ green 51 ◦ blue 153

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

Shades of Medium Red Violet #C03399

Tints of Medium Red Violet #C03399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 48.48%
G = 12.88%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C03399 (or 0xC03399) is known color: Medium Red Violet. HEX triplet: C0, 33 and 99. RGB value is (192,51,153). Sum of RGB (Red+Green+Blue) = 192+51+153=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C03399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03399 is #3FCC66. Grayscale: #686868. Windows color (decimal): -4181095 or 10040256. OLE color: 10040256.

HSL color Cylindrical-coordinate representation of color #C03399: hue angle of 316.6º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03399 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 153 -
CMYK 0 0.73 0.20 0.25
HSL 316.6º 0.58% 0.48% -
HSV(B) 316.6º 0.73% 0.75% -
XYZ 28.67 15.87 31.69 -
YUV 104.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 192 51 153 0 0.73 0.20 0.25 316.6 0.58 0.48
Hex C0 33 99 0 49 14 19 13D 3A 30
Octal 300 63 231 0 111 24 31 475 72 60
Binary 11000000 110011 10011001 0 1001001 10100 11001 100111101 111010 110000

Color Harmonies of #C03399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03399

Black with #C03399

Text Example


Text Example

White with #C03399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03399; }

 p { color: rgb(192,51,153); }

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

background-color css

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

 a { background-color: rgb(192,51,153); }

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

border-color css

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

 span { border-color: rgb(192,51,153); }

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