Html Css Color HEX #C83272 Medium Red Violet

📋 copy color: '#C83272'

red 200 ◦ green 50 ◦ blue 114

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

Shades of Medium Red Violet #C83272

Tints of Medium Red Violet #C83272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 54.95%
G = 13.74%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C83272 (or 0xC83272) is known color: Medium Red Violet. HEX triplet: C8, 32 and 72. RGB value is (200,50,114). Sum of RGB (Red+Green+Blue) = 200+50+114=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C83272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83272 is #37CD8D. Grayscale: #666666. Windows color (decimal): -3657102 or 7484104. OLE color: 7484104.

HSL color Cylindrical-coordinate representation of color #C83272: hue angle of 334.4º 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 #C83272 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 114 -
CMYK 0 0.75 0.43 0.22
HSL 334.4º 0.6% 0.49% -
HSV(B) 334.4º 0.75% 0.78% -
XYZ 28 15.78 17.49 -
YUV 102.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 200 50 114 0 0.75 0.43 0.22 334.4 0.6 0.49
Hex C8 32 72 0 4B 2B 16 14E 3C 31
Octal 310 62 162 0 113 53 26 516 74 61
Binary 11001000 110010 1110010 0 1001011 101011 10110 101001110 111100 110001

Color Harmonies of #C83272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83272

Black with #C83272

Text Example


Text Example

White with #C83272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83272; }

 p { color: rgb(200,50,114); }

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

background-color css

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

 a { background-color: rgb(200,50,114); }

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

border-color css

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

 span { border-color: rgb(200,50,114); }

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