Html Css Color HEX #C03084 Medium Red Violet

📋 copy color: '#C03084'

red 192 ◦ green 48 ◦ blue 132

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

Shades of Medium Red Violet #C03084

Tints of Medium Red Violet #C03084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 51.61%
G = 12.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C03084 (or 0xC03084) is known color: Medium Red Violet. HEX triplet: C0, 30 and 84. RGB value is (192,48,132). Sum of RGB (Red+Green+Blue) = 192+48+132=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03084 is #3FCF7B. Grayscale: #646464. Windows color (decimal): -4181884 or 8663232. OLE color: 8663232.

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

Color convert

RGB 192 48 132 -
CMYK 0 0.75 0.31 0.25
HSL 325º 0.6% 0.47% -
HSV(B) 325º 0.75% 0.75% -
XYZ 26.96 14.99 23.3 -
YUV 100.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 192 48 132 0 0.75 0.31 0.25 325 0.6 0.47
Hex C0 30 84 0 4B 1F 19 145 3C 2F
Octal 300 60 204 0 113 37 31 505 74 57
Binary 11000000 110000 10000100 0 1001011 11111 11001 101000101 111100 101111

Color Harmonies of #C03084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03084

Black with #C03084

Text Example


Text Example

White with #C03084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03084; }

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

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

background-color css

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

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

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

border-color css

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

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

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