Html Css Color HEX #C03395 Medium Red Violet

📋 copy color: '#C03395'

red 192 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #C03395

Tints of Medium Red Violet #C03395

RGB

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

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

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

R = 48.98%
G = 13.01%
B = 38.01%

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

#C03395 (or 0xC03395) is known color: Medium Red Violet. HEX triplet: C0, 33 and 95. RGB value is (192,51,149). Sum of RGB (Red+Green+Blue) = 192+51+149=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03395 is #3FCC6A. Grayscale: #686868. Windows color (decimal): -4181099 or 9778112. OLE color: 9778112.

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

Color convert

RGB 192 51 149 -
CMYK 0 0.73 0.22 0.25
HSL 318.3º 0.58% 0.48% -
HSV(B) 318.3º 0.73% 0.75% -
XYZ 28.35 15.74 29.98 -
YUV 104.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 192 51 149 0 0.73 0.22 0.25 318.3 0.58 0.48
Hex C0 33 95 0 49 16 19 13E 3A 30
Octal 300 63 225 0 111 26 31 476 72 60
Binary 11000000 110011 10010101 0 1001001 10110 11001 100111110 111010 110000

Color Harmonies of #C03395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03395

Black with #C03395

Text Example


Text Example

White with #C03395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03395; }

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

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

background-color css

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

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

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

border-color css

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

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

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