Html Css Color HEX #C03096 Medium Red Violet

📋 copy color: '#C03096'

red 192 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #C03096

Tints of Medium Red Violet #C03096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 49.23%
G = 12.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03096 (or 0xC03096) is known color: Medium Red Violet. HEX triplet: C0, 30 and 96. RGB value is (192,48,150). Sum of RGB (Red+Green+Blue) = 192+48+150=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C03096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03096 is #3FCF69. Grayscale: #666666. Windows color (decimal): -4181866 or 9842880. OLE color: 9842880.

HSL color Cylindrical-coordinate representation of color #C03096: hue angle of 317.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03096 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 150 -
CMYK 0 0.75 0.22 0.25
HSL 317.5º 0.6% 0.47% -
HSV(B) 317.5º 0.75% 0.75% -
XYZ 28.3 15.52 30.36 -
YUV 102.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 192 48 150 0 0.75 0.22 0.25 317.5 0.6 0.47
Hex C0 30 96 0 4B 16 19 13E 3C 2F
Octal 300 60 226 0 113 26 31 476 74 57
Binary 11000000 110000 10010110 0 1001011 10110 11001 100111110 111100 101111

Color Harmonies of #C03096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03096

Black with #C03096

Text Example


Text Example

White with #C03096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03096; }

 p { color: rgb(192,48,150); }

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

background-color css

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

 a { background-color: rgb(192,48,150); }

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

border-color css

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

 span { border-color: rgb(192,48,150); }

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