Html Css Color HEX #C83280 Medium Red Violet

📋 copy color: '#C83280'

red 200 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #C83280

Tints of Medium Red Violet #C83280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 52.91%
G = 13.23%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C83280 (or 0xC83280) is known color: Medium Red Violet. HEX triplet: C8, 32 and 80. RGB value is (200,50,128). Sum of RGB (Red+Green+Blue) = 200+50+128=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C83280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83280 is #37CD7F. Grayscale: #676767. Windows color (decimal): -3657088 or 8401608. OLE color: 8401608.

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

Color convert

RGB 200 50 128 -
CMYK 0 0.75 0.36 0.22
HSL 328.8º 0.6% 0.49% -
HSV(B) 328.8º 0.75% 0.78% -
XYZ 28.86 16.12 22.01 -
YUV 103.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 200 50 128 0 0.75 0.36 0.22 328.8 0.6 0.49
Hex C8 32 80 0 4B 24 16 149 3C 31
Octal 310 62 200 0 113 44 26 511 74 61
Binary 11001000 110010 10000000 0 1001011 100100 10110 101001001 111100 110001

Color Harmonies of #C83280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83280

Black with #C83280

Text Example


Text Example

White with #C83280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83280; }

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

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

background-color css

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

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

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

border-color css

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

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

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