Html Css Color HEX #C03371 Medium Red Violet

📋 copy color: '#C03371'

red 192 ◦ green 51 ◦ blue 113

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

Shades of Medium Red Violet #C03371

Tints of Medium Red Violet #C03371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 53.93%
G = 14.33%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03371 (or 0xC03371) is known color: Medium Red Violet. HEX triplet: C0, 33 and 71. RGB value is (192,51,113). Sum of RGB (Red+Green+Blue) = 192+51+113=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C03371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03371 is #3FCC8E. Grayscale: #646464. Windows color (decimal): -4181135 or 7418816. OLE color: 7418816.

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

Color convert

RGB 192 51 113 -
CMYK 0 0.73 0.41 0.25
HSL 333.62º 0.58% 0.48% -
HSV(B) 333.62º 0.73% 0.75% -
XYZ 25.9 14.77 17.11 -
YUV 100.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 192 51 113 0 0.73 0.41 0.25 333.62 0.58 0.48
Hex C0 33 71 0 49 29 19 14E 3A 30
Octal 300 63 161 0 111 51 31 516 72 60
Binary 11000000 110011 1110001 0 1001001 101001 11001 101001110 111010 110000

Color Harmonies of #C03371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03371

Black with #C03371

Text Example


Text Example

White with #C03371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03371; }

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

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

background-color css

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

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

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

border-color css

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

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

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