Html Css Color HEX #C0347D Medium Red Violet

📋 copy color: '#C0347D'

red 192 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #C0347D

Tints of Medium Red Violet #C0347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 52.03%
G = 14.09%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0347D (or 0xC0347D) is known color: Medium Red Violet. HEX triplet: C0, 34 and 7D. RGB value is (192,52,125). Sum of RGB (Red+Green+Blue) = 192+52+125=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0347D is #3FCB82. Grayscale: #666666. Windows color (decimal): -4180867 or 8205504. OLE color: 8205504.

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

Color convert

RGB 192 52 125 -
CMYK 0 0.73 0.35 0.25
HSL 328.71º 0.57% 0.48% -
HSV(B) 328.71º 0.73% 0.75% -
XYZ 26.67 15.14 20.92 -
YUV 102.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 192 52 125 0 0.73 0.35 0.25 328.71 0.57 0.48
Hex C0 34 7D 0 49 23 19 149 39 30
Octal 300 64 175 0 111 43 31 511 71 60
Binary 11000000 110100 1111101 0 1001001 100011 11001 101001001 111001 110000

Color Harmonies of #C0347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0347D

Black with #C0347D

Text Example


Text Example

White with #C0347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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