Html Css Color HEX #C03D97 Medium Red Violet

📋 copy color: '#C03D97'

red 192 ◦ green 61 ◦ blue 151

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

Shades of Medium Red Violet #C03D97

Tints of Medium Red Violet #C03D97

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

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

R = 47.52%
G = 15.1%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03D97 (or 0xC03D97) is known color: Medium Red Violet. HEX triplet: C0, 3D and 97. RGB value is (192,61,151). Sum of RGB (Red+Green+Blue) = 192+61+151=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D97 is #3FC268. Grayscale: #6E6E6E. Windows color (decimal): -4178537 or 9911744. OLE color: 9911744.

HSL color Cylindrical-coordinate representation of color #C03D97: hue angle of 318.78º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D97 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 151 -
CMYK 0 0.68 0.21 0.25
HSL 318.78º 0.52% 0.5% -
HSV(B) 318.78º 0.68% 0.75% -
XYZ 28.99 16.78 30.99 -
YUV 110.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 192 61 151 0 0.68 0.21 0.25 318.78 0.52 0.5
Hex C0 3D 97 0 44 15 19 13F 34 32
Octal 300 75 227 0 104 25 31 477 64 62
Binary 11000000 111101 10010111 0 1000100 10101 11001 100111111 110100 110010

Color Harmonies of #C03D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D97

Black with #C03D97

Text Example


Text Example

White with #C03D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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