Html Css Color HEX #C03A7B Medium Red Violet

📋 copy color: '#C03A7B'

red 192 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #C03A7B

Tints of Medium Red Violet #C03A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 51.47%
G = 15.55%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C03A7B (or 0xC03A7B) is known color: Medium Red Violet. HEX triplet: C0, 3A and 7B. RGB value is (192,58,123). Sum of RGB (Red+Green+Blue) = 192+58+123=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A7B is #3FC584. Grayscale: #696969. Windows color (decimal): -4179333 or 8075968. OLE color: 8075968.

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

Color convert

RGB 192 58 123 -
CMYK 0 0.70 0.36 0.25
HSL 330.9º 0.54% 0.49% -
HSV(B) 330.9º 0.7% 0.75% -
XYZ 26.83 15.66 20.35 -
YUV 105.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 192 58 123 0 0.70 0.36 0.25 330.9 0.54 0.49
Hex C0 3A 7B 0 46 24 19 14B 36 31
Octal 300 72 173 0 106 44 31 513 66 61
Binary 11000000 111010 1111011 0 1000110 100100 11001 101001011 110110 110001

Color Harmonies of #C03A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A7B

Black with #C03A7B

Text Example


Text Example

White with #C03A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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