Html Css Color HEX #C03070 Medium Red Violet

📋 copy color: '#C03070'

red 192 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #C03070

Tints of Medium Red Violet #C03070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 54.55%
G = 13.64%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C03070 (or 0xC03070) is known color: Medium Red Violet. HEX triplet: C0, 30 and 70. RGB value is (192,48,112). Sum of RGB (Red+Green+Blue) = 192+48+112=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C03070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03070 is #3FCF8F. Grayscale: #626262. Windows color (decimal): -4181904 or 7352512. OLE color: 7352512.

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

Color convert

RGB 192 48 112 -
CMYK 0 0.75 0.42 0.25
HSL 333.33º 0.6% 0.47% -
HSV(B) 333.33º 0.75% 0.75% -
XYZ 25.72 14.49 16.77 -
YUV 98.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 192 48 112 0 0.75 0.42 0.25 333.33 0.6 0.47
Hex C0 30 70 0 4B 2A 19 14D 3C 2F
Octal 300 60 160 0 113 52 31 515 74 57
Binary 11000000 110000 1110000 0 1001011 101010 11001 101001101 111100 101111

Color Harmonies of #C03070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03070

Black with #C03070

Text Example


Text Example

White with #C03070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03070; }

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

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

background-color css

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

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

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

border-color css

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

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

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