Html Css Color HEX #C0368B Medium Red Violet

📋 copy color: '#C0368B'

red 192 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #C0368B

Tints of Medium Red Violet #C0368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 49.87%
G = 14.03%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0368B (or 0xC0368B) is known color: Medium Red Violet. HEX triplet: C0, 36 and 8B. RGB value is (192,54,139). Sum of RGB (Red+Green+Blue) = 192+54+139=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0368B is #3FC974. Grayscale: #686868. Windows color (decimal): -4180341 or 9123520. OLE color: 9123520.

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

Color convert

RGB 192 54 139 -
CMYK 0 0.72 0.28 0.25
HSL 323.04º 0.56% 0.48% -
HSV(B) 323.04º 0.72% 0.75% -
XYZ 27.72 15.71 26 -
YUV 104.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 192 54 139 0 0.72 0.28 0.25 323.04 0.56 0.48
Hex C0 36 8B 0 48 1C 19 143 38 30
Octal 300 66 213 0 110 34 31 503 70 60
Binary 11000000 110110 10001011 0 1001000 11100 11001 101000011 111000 110000

Color Harmonies of #C0368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0368B

Black with #C0368B

Text Example


Text Example

White with #C0368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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