Html Css Color HEX #C83284 Medium Red Violet

📋 copy color: '#C83284'

red 200 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #C83284

Tints of Medium Red Violet #C83284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 52.36%
G = 13.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C83284 (or 0xC83284) is known color: Medium Red Violet. HEX triplet: C8, 32 and 84. RGB value is (200,50,132). Sum of RGB (Red+Green+Blue) = 200+50+132=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C83284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83284 is #37CD7B. Grayscale: #686868. Windows color (decimal): -3657084 or 8663752. OLE color: 8663752.

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

Color convert

RGB 200 50 132 -
CMYK 0 0.75 0.34 0.22
HSL 327.2º 0.6% 0.49% -
HSV(B) 327.2º 0.75% 0.78% -
XYZ 29.12 16.23 23.43 -
YUV 104.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 200 50 132 0 0.75 0.34 0.22 327.2 0.6 0.49
Hex C8 32 84 0 4B 22 16 147 3C 31
Octal 310 62 204 0 113 42 26 507 74 61
Binary 11001000 110010 10000100 0 1001011 100010 10110 101000111 111100 110001

Color Harmonies of #C83284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83284

Black with #C83284

Text Example


Text Example

White with #C83284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83284; }

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

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

background-color css

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

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

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

border-color css

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

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

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