Html Css Color HEX #C03D92 Medium Red Violet

📋 copy color: '#C03D92'

red 192 ◦ green 61 ◦ blue 146

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

Shades of Medium Red Violet #C03D92

Tints of Medium Red Violet #C03D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 48.12%
G = 15.29%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C03D92 (or 0xC03D92) is known color: Medium Red Violet. HEX triplet: C0, 3D and 92. RGB value is (192,61,146). Sum of RGB (Red+Green+Blue) = 192+61+146=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D92 is #3FC26D. Grayscale: #6D6D6D. Windows color (decimal): -4178542 or 9584064. OLE color: 9584064.

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

Color convert

RGB 192 61 146 -
CMYK 0 0.68 0.24 0.25
HSL 321.07º 0.52% 0.5% -
HSV(B) 321.07º 0.68% 0.75% -
XYZ 28.6 16.62 28.89 -
YUV 109.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 192 61 146 0 0.68 0.24 0.25 321.07 0.52 0.5
Hex C0 3D 92 0 44 18 19 141 34 32
Octal 300 75 222 0 104 30 31 501 64 62
Binary 11000000 111101 10010010 0 1000100 11000 11001 101000001 110100 110010

Color Harmonies of #C03D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D92

Black with #C03D92

Text Example


Text Example

White with #C03D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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