Html Css Color HEX #C0306F Medium Red Violet

📋 copy color: '#C0306F'

red 192 ◦ green 48 ◦ blue 111

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

Shades of Medium Red Violet #C0306F

Tints of Medium Red Violet #C0306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 54.7%
G = 13.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0306F (or 0xC0306F) is known color: Medium Red Violet. HEX triplet: C0, 30 and 6F. RGB value is (192,48,111). Sum of RGB (Red+Green+Blue) = 192+48+111=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0306F is #3FCF90. Grayscale: #626262. Windows color (decimal): -4181905 or 7286976. OLE color: 7286976.

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

Color convert

RGB 192 48 111 -
CMYK 0 0.75 0.42 0.25
HSL 333.75º 0.6% 0.47% -
HSV(B) 333.75º 0.75% 0.75% -
XYZ 25.66 14.47 16.48 -
YUV 98.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 192 48 111 0 0.75 0.42 0.25 333.75 0.6 0.47
Hex C0 30 6F 0 4B 2A 19 14E 3C 2F
Octal 300 60 157 0 113 52 31 516 74 57
Binary 11000000 110000 1101111 0 1001011 101010 11001 101001110 111100 101111

Color Harmonies of #C0306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0306F

Black with #C0306F

Text Example


Text Example

White with #C0306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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