Html Css Color HEX #C83385 Medium Red Violet

📋 copy color: '#C83385'

red 200 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #C83385

Tints of Medium Red Violet #C83385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 52.08%
G = 13.28%
B = 34.64%

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

#C83385 (or 0xC83385) is known color: Medium Red Violet. HEX triplet: C8, 33 and 85. RGB value is (200,51,133). Sum of RGB (Red+Green+Blue) = 200+51+133=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C83385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83385 is #37CC7A. Grayscale: #686868. Windows color (decimal): -3656827 or 8729544. OLE color: 8729544.

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

Color convert

RGB 200 51 133 -
CMYK 0 0.74 0.34 0.22
HSL 326.98º 0.59% 0.49% -
HSV(B) 326.98º 0.75% 0.78% -
XYZ 29.24 16.34 23.8 -
YUV 104.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 200 51 133 0 0.74 0.34 0.22 326.98 0.59 0.49
Hex C8 33 85 0 4A 22 16 147 3B 31
Octal 310 63 205 0 112 42 26 507 73 61
Binary 11001000 110011 10000101 0 1001010 100010 10110 101000111 111011 110001

Color Harmonies of #C83385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83385

Black with #C83385

Text Example


Text Example

White with #C83385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83385; }

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

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

background-color css

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

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

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

border-color css

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

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

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