Html Css Color HEX #C0309D Medium Red Violet

📋 copy color: '#C0309D'

red 192 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #C0309D

Tints of Medium Red Violet #C0309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

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

R = 48.36%
G = 12.09%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0309D (or 0xC0309D) is known color: Medium Red Violet. HEX triplet: C0, 30 and 9D. RGB value is (192,48,157). Sum of RGB (Red+Green+Blue) = 192+48+157=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0309D is #3FCF62. Grayscale: #676767. Windows color (decimal): -4181859 or 10301632. OLE color: 10301632.

HSL color Cylindrical-coordinate representation of color #C0309D: hue angle of 314.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0309D is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 157 -
CMYK 0 0.75 0.18 0.25
HSL 314.58º 0.6% 0.47% -
HSV(B) 314.58º 0.75% 0.75% -
XYZ 28.88 15.75 33.42 -
YUV 103.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 192 48 157 0 0.75 0.18 0.25 314.58 0.6 0.47
Hex C0 30 9D 0 4B 12 19 13B 3C 2F
Octal 300 60 235 0 113 22 31 473 74 57
Binary 11000000 110000 10011101 0 1001011 10010 11001 100111011 111100 101111

Color Harmonies of #C0309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0309D

Black with #C0309D

Text Example


Text Example

White with #C0309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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