Html Css Color HEX #C03187 Medium Red Violet

📋 copy color: '#C03187'

red 192 ◦ green 49 ◦ blue 135

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

Shades of Medium Red Violet #C03187

Tints of Medium Red Violet #C03187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 51.06%
G = 13.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C03187 (or 0xC03187) is known color: Medium Red Violet. HEX triplet: C0, 31 and 87. RGB value is (192,49,135). Sum of RGB (Red+Green+Blue) = 192+49+135=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03187 is #3FCE78. Grayscale: #656565. Windows color (decimal): -4181625 or 8860096. OLE color: 8860096.

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

Color convert

RGB 192 49 135 -
CMYK 0 0.74 0.30 0.25
HSL 323.92º 0.59% 0.47% -
HSV(B) 323.92º 0.74% 0.75% -
XYZ 27.21 15.15 24.41 -
YUV 101.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 192 49 135 0 0.74 0.30 0.25 323.92 0.59 0.47
Hex C0 31 87 0 4A 1E 19 144 3B 2F
Octal 300 61 207 0 112 36 31 504 73 57
Binary 11000000 110001 10000111 0 1001010 11110 11001 101000100 111011 101111

Color Harmonies of #C03187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03187

Black with #C03187

Text Example


Text Example

White with #C03187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03187; }

 p { color: rgb(192,49,135); }

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

background-color css

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

 a { background-color: rgb(192,49,135); }

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

border-color css

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

 span { border-color: rgb(192,49,135); }

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