Html Css Color HEX #C0337D Medium Red Violet

📋 copy color: '#C0337D'

red 192 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #C0337D

Tints of Medium Red Violet #C0337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

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

R = 52.17%
G = 13.86%
B = 33.97%

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

#C0337D (or 0xC0337D) is known color: Medium Red Violet. HEX triplet: C0, 33 and 7D. RGB value is (192,51,125). Sum of RGB (Red+Green+Blue) = 192+51+125=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0337D is #3FCC82. Grayscale: #656565. Windows color (decimal): -4181123 or 8205248. OLE color: 8205248.

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

Color convert

RGB 192 51 125 -
CMYK 0 0.73 0.35 0.25
HSL 328.51º 0.58% 0.48% -
HSV(B) 328.51º 0.73% 0.75% -
XYZ 26.62 15.05 20.9 -
YUV 101.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 192 51 125 0 0.73 0.35 0.25 328.51 0.58 0.48
Hex C0 33 7D 0 49 23 19 149 3A 30
Octal 300 63 175 0 111 43 31 511 72 60
Binary 11000000 110011 1111101 0 1001001 100011 11001 101001001 111010 110000

Color Harmonies of #C0337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0337D

Black with #C0337D

Text Example


Text Example

White with #C0337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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