Html Css Color HEX #C0348A Medium Red Violet

📋 copy color: '#C0348A'

red 192 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #C0348A

Tints of Medium Red Violet #C0348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 50.26%
G = 13.61%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0348A (or 0xC0348A) is known color: Medium Red Violet. HEX triplet: C0, 34 and 8A. RGB value is (192,52,138). Sum of RGB (Red+Green+Blue) = 192+52+138=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0348A is #3FCB75. Grayscale: #676767. Windows color (decimal): -4180854 or 9057472. OLE color: 9057472.

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

Color convert

RGB 192 52 138 -
CMYK 0 0.73 0.28 0.25
HSL 323.14º 0.57% 0.48% -
HSV(B) 323.14º 0.73% 0.75% -
XYZ 27.55 15.5 25.58 -
YUV 103.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 192 52 138 0 0.73 0.28 0.25 323.14 0.57 0.48
Hex C0 34 8A 0 49 1C 19 143 39 30
Octal 300 64 212 0 111 34 31 503 71 60
Binary 11000000 110100 10001010 0 1001001 11100 11001 101000011 111001 110000

Color Harmonies of #C0348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0348A

Black with #C0348A

Text Example


Text Example

White with #C0348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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