Html Css Color HEX #C0306D Medium Red Violet

📋 copy color: '#C0306D'

red 192 ◦ green 48 ◦ blue 109

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

Shades of Medium Red Violet #C0306D

Tints of Medium Red Violet #C0306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 55.01%
G = 13.75%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0306D (or 0xC0306D) is known color: Medium Red Violet. HEX triplet: C0, 30 and 6D. RGB value is (192,48,109). Sum of RGB (Red+Green+Blue) = 192+48+109=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0306D is #3FCF92. Grayscale: #616161. Windows color (decimal): -4181907 or 7155904. OLE color: 7155904.

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

Color convert

RGB 192 48 109 -
CMYK 0 0.75 0.43 0.25
HSL 334.58º 0.6% 0.47% -
HSV(B) 334.58º 0.75% 0.75% -
XYZ 25.56 14.42 15.91 -
YUV 98.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 192 48 109 0 0.75 0.43 0.25 334.58 0.6 0.47
Hex C0 30 6D 0 4B 2B 19 14F 3C 2F
Octal 300 60 155 0 113 53 31 517 74 57
Binary 11000000 110000 1101101 0 1001011 101011 11001 101001111 111100 101111

Color Harmonies of #C0306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0306D

Black with #C0306D

Text Example


Text Example

White with #C0306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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