Html Css Color HEX #C03495 Medium Red Violet

📋 copy color: '#C03495'

red 192 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #C03495

Tints of Medium Red Violet #C03495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 48.85%
G = 13.23%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03495 (or 0xC03495) is known color: Medium Red Violet. HEX triplet: C0, 34 and 95. RGB value is (192,52,149). Sum of RGB (Red+Green+Blue) = 192+52+149=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03495 is #3FCB6A. Grayscale: #686868. Windows color (decimal): -4180843 or 9778368. OLE color: 9778368.

HSL color Cylindrical-coordinate representation of color #C03495: hue angle of 318.43º degrees, saturation: 0.57, 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 #C03495 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 149 -
CMYK 0 0.73 0.22 0.25
HSL 318.43º 0.57% 0.48% -
HSV(B) 318.43º 0.73% 0.75% -
XYZ 28.39 15.83 29.99 -
YUV 104.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 192 52 149 0 0.73 0.22 0.25 318.43 0.57 0.48
Hex C0 34 95 0 49 16 19 13E 39 30
Octal 300 64 225 0 111 26 31 476 71 60
Binary 11000000 110100 10010101 0 1001001 10110 11001 100111110 111001 110000

Color Harmonies of #C03495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03495

Black with #C03495

Text Example


Text Example

White with #C03495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03495; }

 p { color: rgb(192,52,149); }

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

background-color css

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

 a { background-color: rgb(192,52,149); }

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

border-color css

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

 span { border-color: rgb(192,52,149); }

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