Html Css Color HEX #C73B7D Medium Red Violet

📋 copy color: '#C73B7D'

red 199 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #C73B7D

Tints of Medium Red Violet #C73B7D

RGB

 RED value IS 199 (78.13% from 255) = 51.96%

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 51.96%
G = 15.4%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C73B7D (or 0xC73B7D) is known color: Medium Red Violet. HEX triplet: C7, 3B and 7D. RGB value is (199,59,125). Sum of RGB (Red+Green+Blue) = 199+59+125=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B7D is #38C482. Grayscale: #6C6C6C. Windows color (decimal): -3720323 or 8207303. OLE color: 8207303.

HSL color Cylindrical-coordinate representation of color #C73B7D: hue angle of 331.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B7D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 125 -
CMYK 0 0.70 0.37 0.22
HSL 331.71º 0.56% 0.51% -
HSV(B) 331.71º 0.7% 0.78% -
XYZ 28.82 16.75 21.12 -
YUV 108.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 199 59 125 0 0.70 0.37 0.22 331.71 0.56 0.51
Hex C7 3B 7D 0 46 25 16 14C 38 33
Octal 307 73 175 0 106 45 26 514 70 63
Binary 11000111 111011 1111101 0 1000110 100101 10110 101001100 111000 110011

Color Harmonies of #C73B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B7D

Black with #C73B7D

Text Example


Text Example

White with #C73B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B7D; }

 p { color: rgb(199,59,125); }

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

background-color css

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

 a { background-color: rgb(199,59,125); }

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

border-color css

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

 span { border-color: rgb(199,59,125); }

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