Html Css Color HEX #C0348E Medium Red Violet

📋 copy color: '#C0348E'

red 192 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #C0348E

Tints of Medium Red Violet #C0348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 49.74%
G = 13.47%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0348E (or 0xC0348E) is known color: Medium Red Violet. HEX triplet: C0, 34 and 8E. RGB value is (192,52,142). Sum of RGB (Red+Green+Blue) = 192+52+142=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0348E is #3FCB71. Grayscale: #676767. Windows color (decimal): -4180850 or 9319616. OLE color: 9319616.

HSL color Cylindrical-coordinate representation of color #C0348E: hue angle of 321.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0348E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 142 -
CMYK 0 0.73 0.26 0.25
HSL 321.43º 0.57% 0.48% -
HSV(B) 321.43º 0.73% 0.75% -
XYZ 27.85 15.62 27.14 -
YUV 104.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 192 52 142 0 0.73 0.26 0.25 321.43 0.57 0.48
Hex C0 34 8E 0 49 1A 19 141 39 30
Octal 300 64 216 0 111 32 31 501 71 60
Binary 11000000 110100 10001110 0 1001001 11010 11001 101000001 111001 110000

Color Harmonies of #C0348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0348E

Black with #C0348E

Text Example


Text Example

White with #C0348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0348E; }

 p { color: rgb(192,52,142); }

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

background-color css

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

 a { background-color: rgb(192,52,142); }

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

border-color css

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

 span { border-color: rgb(192,52,142); }

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