Html Css Color HEX #C03074 Medium Red Violet

📋 copy color: '#C03074'

red 192 ◦ green 48 ◦ blue 116

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

Shades of Medium Red Violet #C03074

Tints of Medium Red Violet #C03074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 53.93%
G = 13.48%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03074 (or 0xC03074) is known color: Medium Red Violet. HEX triplet: C0, 30 and 74. RGB value is (192,48,116). Sum of RGB (Red+Green+Blue) = 192+48+116=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C03074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03074 is #3FCF8B. Grayscale: #626262. Windows color (decimal): -4181900 or 7614656. OLE color: 7614656.

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

Color convert

RGB 192 48 116 -
CMYK 0 0.75 0.40 0.25
HSL 331.67º 0.6% 0.47% -
HSV(B) 331.67º 0.75% 0.75% -
XYZ 25.95 14.58 17.97 -
YUV 98.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 192 48 116 0 0.75 0.40 0.25 331.67 0.6 0.47
Hex C0 30 74 0 4B 28 19 14C 3C 2F
Octal 300 60 164 0 113 50 31 514 74 57
Binary 11000000 110000 1110100 0 1001011 101000 11001 101001100 111100 101111

Color Harmonies of #C03074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03074

Black with #C03074

Text Example


Text Example

White with #C03074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03074; }

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

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

background-color css

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

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

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

border-color css

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

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

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