Html Css Color HEX #C03A98 Medium Red Violet

📋 copy color: '#C03A98'

red 192 ◦ green 58 ◦ blue 152

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

Shades of Medium Red Violet #C03A98

Tints of Medium Red Violet #C03A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 47.76%
G = 14.43%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03A98 (or 0xC03A98) is known color: Medium Red Violet. HEX triplet: C0, 3A and 98. RGB value is (192,58,152). Sum of RGB (Red+Green+Blue) = 192+58+152=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A98 is #3FC567. Grayscale: #6C6C6C. Windows color (decimal): -4179304 or 9976512. OLE color: 9976512.

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

Color convert

RGB 192 58 152 -
CMYK 0 0.70 0.21 0.25
HSL 317.91º 0.54% 0.49% -
HSV(B) 317.91º 0.7% 0.75% -
XYZ 28.92 16.5 31.37 -
YUV 108.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 192 58 152 0 0.70 0.21 0.25 317.91 0.54 0.49
Hex C0 3A 98 0 46 15 19 13E 36 31
Octal 300 72 230 0 106 25 31 476 66 61
Binary 11000000 111010 10011000 0 1000110 10101 11001 100111110 110110 110001

Color Harmonies of #C03A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A98

Black with #C03A98

Text Example


Text Example

White with #C03A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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