Html Css Color HEX #C0309F Medium Red Violet

📋 copy color: '#C0309F'

red 192 ◦ green 48 ◦ blue 159

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

Shades of Medium Red Violet #C0309F

Tints of Medium Red Violet #C0309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 48.12%
G = 12.03%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0309F (or 0xC0309F) is known color: Medium Red Violet. HEX triplet: C0, 30 and 9F. RGB value is (192,48,159). Sum of RGB (Red+Green+Blue) = 192+48+159=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0309F is #3FCF60. Grayscale: #676767. Windows color (decimal): -4181857 or 10432704. OLE color: 10432704.

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

Color convert

RGB 192 48 159 -
CMYK 0 0.75 0.17 0.25
HSL 313.75º 0.6% 0.47% -
HSV(B) 313.75º 0.75% 0.75% -
XYZ 29.05 15.82 34.32 -
YUV 103.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 192 48 159 0 0.75 0.17 0.25 313.75 0.6 0.47
Hex C0 30 9F 0 4B 11 19 13A 3C 2F
Octal 300 60 237 0 113 21 31 472 74 57
Binary 11000000 110000 10011111 0 1001011 10001 11001 100111010 111100 101111

Color Harmonies of #C0309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0309F

Black with #C0309F

Text Example


Text Example

White with #C0309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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