Html Css Color HEX #C0358B Medium Red Violet

📋 copy color: '#C0358B'

red 192 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #C0358B

Tints of Medium Red Violet #C0358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 50%
G = 13.8%
B = 36.2%

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

#C0358B (or 0xC0358B) is known color: Medium Red Violet. HEX triplet: C0, 35 and 8B. RGB value is (192,53,139). Sum of RGB (Red+Green+Blue) = 192+53+139=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0358B is #3FCA74. Grayscale: #686868. Windows color (decimal): -4180597 or 9123264. OLE color: 9123264.

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

Color convert

RGB 192 53 139 -
CMYK 0 0.72 0.28 0.25
HSL 322.88º 0.57% 0.48% -
HSV(B) 322.88º 0.72% 0.75% -
XYZ 27.67 15.62 25.98 -
YUV 104.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 192 53 139 0 0.72 0.28 0.25 322.88 0.57 0.48
Hex C0 35 8B 0 48 1C 19 143 39 30
Octal 300 65 213 0 110 34 31 503 71 60
Binary 11000000 110101 10001011 0 1001000 11100 11001 101000011 111001 110000

Color Harmonies of #C0358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0358B

Black with #C0358B

Text Example


Text Example

White with #C0358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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