Html Css Color HEX #C03A9D Medium Red Violet

📋 copy color: '#C03A9D'

red 192 ◦ green 58 ◦ blue 157

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

Shades of Medium Red Violet #C03A9D

Tints of Medium Red Violet #C03A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

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

R = 47.17%
G = 14.25%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C03A9D (or 0xC03A9D) is known color: Medium Red Violet. HEX triplet: C0, 3A and 9D. RGB value is (192,58,157). Sum of RGB (Red+Green+Blue) = 192+58+157=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A9D is #3FC562. Grayscale: #6D6D6D. Windows color (decimal): -4179299 or 10304192. OLE color: 10304192.

HSL color Cylindrical-coordinate representation of color #C03A9D: hue angle of 315.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A9D is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 157 -
CMYK 0 0.70 0.18 0.25
HSL 315.67º 0.54% 0.49% -
HSV(B) 315.67º 0.7% 0.75% -
XYZ 29.34 16.67 33.57 -
YUV 109.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 192 58 157 0 0.70 0.18 0.25 315.67 0.54 0.49
Hex C0 3A 9D 0 46 12 19 13C 36 31
Octal 300 72 235 0 106 22 31 474 66 61
Binary 11000000 111010 10011101 0 1000110 10010 11001 100111100 110110 110001

Color Harmonies of #C03A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A9D

Black with #C03A9D

Text Example


Text Example

White with #C03A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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