Html Css Color HEX #C0367E Medium Red Violet

📋 copy color: '#C0367E'

red 192 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #C0367E

Tints of Medium Red Violet #C0367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 51.61%
G = 14.52%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0367E (or 0xC0367E) is known color: Medium Red Violet. HEX triplet: C0, 36 and 7E. RGB value is (192,54,126). Sum of RGB (Red+Green+Blue) = 192+54+126=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0367E is #3FC981. Grayscale: #676767. Windows color (decimal): -4180354 or 8271552. OLE color: 8271552.

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

Color convert

RGB 192 54 126 -
CMYK 0 0.72 0.34 0.25
HSL 328.7º 0.56% 0.48% -
HSV(B) 328.7º 0.72% 0.75% -
XYZ 26.82 15.35 21.29 -
YUV 103.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 192 54 126 0 0.72 0.34 0.25 328.7 0.56 0.48
Hex C0 36 7E 0 48 22 19 149 38 30
Octal 300 66 176 0 110 42 31 511 70 60
Binary 11000000 110110 1111110 0 1001000 100010 11001 101001001 111000 110000

Color Harmonies of #C0367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0367E

Black with #C0367E

Text Example


Text Example

White with #C0367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0367E; }

 p { color: rgb(192,54,126); }

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

background-color css

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

 a { background-color: rgb(192,54,126); }

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

border-color css

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

 span { border-color: rgb(192,54,126); }

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