Html Css Color HEX #C03184 Medium Red Violet

📋 copy color: '#C03184'

red 192 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #C03184

Tints of Medium Red Violet #C03184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 51.47%
G = 13.14%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C03184 (or 0xC03184) is known color: Medium Red Violet. HEX triplet: C0, 31 and 84. RGB value is (192,49,132). Sum of RGB (Red+Green+Blue) = 192+49+132=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03184 is #3FCE7B. Grayscale: #656565. Windows color (decimal): -4181628 or 8663488. OLE color: 8663488.

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

Color convert

RGB 192 49 132 -
CMYK 0 0.74 0.31 0.25
HSL 325.17º 0.59% 0.47% -
HSV(B) 325.17º 0.74% 0.75% -
XYZ 27 15.07 23.32 -
YUV 101.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 192 49 132 0 0.74 0.31 0.25 325.17 0.59 0.47
Hex C0 31 84 0 4A 1F 19 145 3B 2F
Octal 300 61 204 0 112 37 31 505 73 57
Binary 11000000 110001 10000100 0 1001010 11111 11001 101000101 111011 101111

Color Harmonies of #C03184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03184

Black with #C03184

Text Example


Text Example

White with #C03184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03184; }

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

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

background-color css

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

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

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

border-color css

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

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

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