Html Css Color HEX #C03B7F Medium Red Violet

📋 copy color: '#C03B7F'

red 192 ◦ green 59 ◦ blue 127

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

Shades of Medium Red Violet #C03B7F

Tints of Medium Red Violet #C03B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 50.79%
G = 15.61%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C03B7F (or 0xC03B7F) is known color: Medium Red Violet. HEX triplet: C0, 3B and 7F. RGB value is (192,59,127). Sum of RGB (Red+Green+Blue) = 192+59+127=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B7F is #3FC480. Grayscale: #6A6A6A. Windows color (decimal): -4179073 or 8338368. OLE color: 8338368.

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

Color convert

RGB 192 59 127 -
CMYK 0 0.69 0.34 0.25
HSL 329.32º 0.53% 0.49% -
HSV(B) 329.32º 0.69% 0.75% -
XYZ 27.13 15.87 21.71 -
YUV 106.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 192 59 127 0 0.69 0.34 0.25 329.32 0.53 0.49
Hex C0 3B 7F 0 45 22 19 149 35 31
Octal 300 73 177 0 105 42 31 511 65 61
Binary 11000000 111011 1111111 0 1000101 100010 11001 101001001 110101 110001

Color Harmonies of #C03B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B7F

Black with #C03B7F

Text Example


Text Example

White with #C03B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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