Html Css Color HEX #C0367D Medium Red Violet

📋 copy color: '#C0367D'

red 192 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #C0367D

Tints of Medium Red Violet #C0367D

RGB

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

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

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

R = 51.75%
G = 14.56%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0367D (or 0xC0367D) is known color: Medium Red Violet. HEX triplet: C0, 36 and 7D. RGB value is (192,54,125). Sum of RGB (Red+Green+Blue) = 192+54+125=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0367D is #3FC982. Grayscale: #676767. Windows color (decimal): -4180355 or 8206016. OLE color: 8206016.

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

Color convert

RGB 192 54 125 -
CMYK 0 0.72 0.35 0.25
HSL 329.13º 0.56% 0.48% -
HSV(B) 329.13º 0.72% 0.75% -
XYZ 26.76 15.33 20.95 -
YUV 103.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 192 54 125 0 0.72 0.35 0.25 329.13 0.56 0.48
Hex C0 36 7D 0 48 23 19 149 38 30
Octal 300 66 175 0 110 43 31 511 70 60
Binary 11000000 110110 1111101 0 1001000 100011 11001 101001001 111000 110000

Color Harmonies of #C0367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0367D

Black with #C0367D

Text Example


Text Example

White with #C0367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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