Html Css Color HEX #C03B93 Medium Red Violet

📋 copy color: '#C03B93'

red 192 ◦ green 59 ◦ blue 147

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

Shades of Medium Red Violet #C03B93

Tints of Medium Red Violet #C03B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 48.24%
G = 14.82%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C03B93 (or 0xC03B93) is known color: Medium Red Violet. HEX triplet: C0, 3B and 93. RGB value is (192,59,147). Sum of RGB (Red+Green+Blue) = 192+59+147=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B93 is #3FC46C. Grayscale: #6C6C6C. Windows color (decimal): -4179053 or 9649088. OLE color: 9649088.

HSL color Cylindrical-coordinate representation of color #C03B93: hue angle of 320.3º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B93 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 147 -
CMYK 0 0.69 0.23 0.25
HSL 320.3º 0.53% 0.49% -
HSV(B) 320.3º 0.69% 0.75% -
XYZ 28.57 16.44 29.27 -
YUV 108.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 192 59 147 0 0.69 0.23 0.25 320.3 0.53 0.49
Hex C0 3B 93 0 45 17 19 140 35 31
Octal 300 73 223 0 105 27 31 500 65 61
Binary 11000000 111011 10010011 0 1000101 10111 11001 101000000 110101 110001

Color Harmonies of #C03B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B93

Black with #C03B93

Text Example


Text Example

White with #C03B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B93; }

 p { color: rgb(192,59,147); }

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

background-color css

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

 a { background-color: rgb(192,59,147); }

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

border-color css

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

 span { border-color: rgb(192,59,147); }

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