Html Css Color HEX #C0307D Medium Red Violet

📋 copy color: '#C0307D'

red 192 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #C0307D

Tints of Medium Red Violet #C0307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 52.6%
G = 13.15%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0307D (or 0xC0307D) is known color: Medium Red Violet. HEX triplet: C0, 30 and 7D. RGB value is (192,48,125). Sum of RGB (Red+Green+Blue) = 192+48+125=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0307D is #3FCF82. Grayscale: #636363. Windows color (decimal): -4181891 or 8204480. OLE color: 8204480.

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

Color convert

RGB 192 48 125 -
CMYK 0 0.75 0.35 0.25
HSL 327.92º 0.6% 0.47% -
HSV(B) 327.92º 0.75% 0.75% -
XYZ 26.5 14.8 20.86 -
YUV 99.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 192 48 125 0 0.75 0.35 0.25 327.92 0.6 0.47
Hex C0 30 7D 0 4B 23 19 148 3C 2F
Octal 300 60 175 0 113 43 31 510 74 57
Binary 11000000 110000 1111101 0 1001011 100011 11001 101001000 111100 101111

Color Harmonies of #C0307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0307D

Black with #C0307D

Text Example


Text Example

White with #C0307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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