Html Css Color HEX #C03B9D Medium Red Violet

📋 copy color: '#C03B9D'

red 192 ◦ green 59 ◦ blue 157

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

Shades of Medium Red Violet #C03B9D

Tints of Medium Red Violet #C03B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 47.06%
G = 14.46%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C03B9D (or 0xC03B9D) is known color: Medium Red Violet. HEX triplet: C0, 3B and 9D. RGB value is (192,59,157). Sum of RGB (Red+Green+Blue) = 192+59+157=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B9D is #3FC462. Grayscale: #6D6D6D. Windows color (decimal): -4179043 or 10304448. OLE color: 10304448.

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

Color convert

RGB 192 59 157 -
CMYK 0 0.69 0.18 0.25
HSL 315.79º 0.53% 0.49% -
HSV(B) 315.79º 0.69% 0.75% -
XYZ 29.39 16.77 33.59 -
YUV 109.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 192 59 157 0 0.69 0.18 0.25 315.79 0.53 0.49
Hex C0 3B 9D 0 45 12 19 13C 35 31
Octal 300 73 235 0 105 22 31 474 65 61
Binary 11000000 111011 10011101 0 1000101 10010 11001 100111100 110101 110001

Color Harmonies of #C03B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B9D

Black with #C03B9D

Text Example


Text Example

White with #C03B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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