Html Css Color HEX #C83473 Medium Red Violet

📋 copy color: '#C83473'

red 200 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #C83473

Tints of Medium Red Violet #C83473

RGB

 RED value IS 200 (78.52% from 255) = 54.5%

 GREEN value IS 52 (20.7% from 255) = 14.17%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 54.5%
G = 14.17%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C83473 (or 0xC83473) is known color: Medium Red Violet. HEX triplet: C8, 34 and 73. RGB value is (200,52,115). Sum of RGB (Red+Green+Blue) = 200+52+115=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C83473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83473 is #37CB8C. Grayscale: #676767. Windows color (decimal): -3656589 or 7550152. OLE color: 7550152.

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

Color convert

RGB 200 52 115 -
CMYK 0 0.74 0.42 0.22
HSL 334.46º 0.59% 0.49% -
HSV(B) 334.46º 0.74% 0.78% -
XYZ 28.14 15.97 17.82 -
YUV 103.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 200 52 115 0 0.74 0.42 0.22 334.46 0.59 0.49
Hex C8 34 73 0 4A 2A 16 14E 3B 31
Octal 310 64 163 0 112 52 26 516 73 61
Binary 11001000 110100 1110011 0 1001010 101010 10110 101001110 111011 110001

Color Harmonies of #C83473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83473

Black with #C83473

Text Example


Text Example

White with #C83473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83473; }

 p { color: rgb(200,52,115); }

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

background-color css

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

 a { background-color: rgb(200,52,115); }

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

border-color css

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

 span { border-color: rgb(200,52,115); }

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