Html Css Color HEX #C0369D Medium Red Violet

📋 copy color: '#C0369D'

red 192 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #C0369D

Tints of Medium Red Violet #C0369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 47.64%
G = 13.4%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0369D (or 0xC0369D) is known color: Medium Red Violet. HEX triplet: C0, 36 and 9D. RGB value is (192,54,157). Sum of RGB (Red+Green+Blue) = 192+54+157=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0369D is #3FC962. Grayscale: #6A6A6A. Windows color (decimal): -4180323 or 10303168. OLE color: 10303168.

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

Color convert

RGB 192 54 157 -
CMYK 0 0.72 0.18 0.25
HSL 315.22º 0.56% 0.48% -
HSV(B) 315.22º 0.72% 0.75% -
XYZ 29.14 16.28 33.5 -
YUV 107 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 192 54 157 0 0.72 0.18 0.25 315.22 0.56 0.48
Hex C0 36 9D 0 48 12 19 13B 38 30
Octal 300 66 235 0 110 22 31 473 70 60
Binary 11000000 110110 10011101 0 1001000 10010 11001 100111011 111000 110000

Color Harmonies of #C0369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0369D

Black with #C0369D

Text Example


Text Example

White with #C0369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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