Html Css Color HEX #C83585 Medium Red Violet

📋 copy color: '#C83585'

red 200 ◦ green 53 ◦ blue 133

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

Shades of Medium Red Violet #C83585

Tints of Medium Red Violet #C83585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 51.81%
G = 13.73%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C83585 (or 0xC83585) is known color: Medium Red Violet. HEX triplet: C8, 35 and 85. RGB value is (200,53,133). Sum of RGB (Red+Green+Blue) = 200+53+133=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C83585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83585 is #37CA7A. Grayscale: #696969. Windows color (decimal): -3656315 or 8730056. OLE color: 8730056.

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

Color convert

RGB 200 53 133 -
CMYK 0 0.74 0.34 0.22
HSL 327.35º 0.58% 0.5% -
HSV(B) 327.35º 0.74% 0.78% -
XYZ 29.33 16.52 23.83 -
YUV 106.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 200 53 133 0 0.74 0.34 0.22 327.35 0.58 0.5
Hex C8 35 85 0 4A 22 16 147 3A 32
Octal 310 65 205 0 112 42 26 507 72 62
Binary 11001000 110101 10000101 0 1001010 100010 10110 101000111 111010 110010

Color Harmonies of #C83585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83585

Black with #C83585

Text Example


Text Example

White with #C83585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83585; }

 p { color: rgb(200,53,133); }

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

background-color css

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

 a { background-color: rgb(200,53,133); }

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

border-color css

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

 span { border-color: rgb(200,53,133); }

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