Html Css Color HEX #C73288 Medium Red Violet

📋 copy color: '#C73288'

red 199 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C73288

Tints of Medium Red Violet #C73288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 51.69%
G = 12.99%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C73288 (or 0xC73288) is known color: Medium Red Violet. HEX triplet: C7, 32 and 88. RGB value is (199,50,136). Sum of RGB (Red+Green+Blue) = 199+50+136=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C73288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73288 is #38CD77. Grayscale: #686868. Windows color (decimal): -3722616 or 8925895. OLE color: 8925895.

HSL color Cylindrical-coordinate representation of color #C73288: hue angle of 325.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73288 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 50 136 -
CMYK 0 0.75 0.32 0.22
HSL 325.37º 0.6% 0.49% -
HSV(B) 325.37º 0.75% 0.78% -
XYZ 29.14 16.2 24.88 -
YUV 104.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 199 50 136 0 0.75 0.32 0.22 325.37 0.6 0.49
Hex C7 32 88 0 4B 20 16 145 3C 31
Octal 307 62 210 0 113 40 26 505 74 61
Binary 11000111 110010 10001000 0 1001011 100000 10110 101000101 111100 110001

Color Harmonies of #C73288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73288

Black with #C73288

Text Example


Text Example

White with #C73288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73288; }

 p { color: rgb(199,50,136); }

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

background-color css

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

 a { background-color: rgb(199,50,136); }

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

border-color css

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

 span { border-color: rgb(199,50,136); }

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