Html Css Color HEX #C03097 Medium Red Violet

📋 copy color: '#C03097'

red 192 ◦ green 48 ◦ blue 151

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

Shades of Medium Red Violet #C03097

Tints of Medium Red Violet #C03097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 49.1%
G = 12.28%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03097 (or 0xC03097) is known color: Medium Red Violet. HEX triplet: C0, 30 and 97. RGB value is (192,48,151). Sum of RGB (Red+Green+Blue) = 192+48+151=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03097 is #3FCF68. Grayscale: #666666. Windows color (decimal): -4181865 or 9908416. OLE color: 9908416.

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

Color convert

RGB 192 48 151 -
CMYK 0 0.75 0.21 0.25
HSL 317.08º 0.6% 0.47% -
HSV(B) 317.08º 0.75% 0.75% -
XYZ 28.38 15.55 30.78 -
YUV 102.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 192 48 151 0 0.75 0.21 0.25 317.08 0.6 0.47
Hex C0 30 97 0 4B 15 19 13D 3C 2F
Octal 300 60 227 0 113 25 31 475 74 57
Binary 11000000 110000 10010111 0 1001011 10101 11001 100111101 111100 101111

Color Harmonies of #C03097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03097

Black with #C03097

Text Example


Text Example

White with #C03097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03097; }

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

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

background-color css

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

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

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

border-color css

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

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

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