Html Css Color HEX #C83285 Medium Red Violet

📋 copy color: '#C83285'

red 200 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #C83285

Tints of Medium Red Violet #C83285

RGB

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

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

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

R = 52.22%
G = 13.05%
B = 34.73%

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

#C83285 (or 0xC83285) is known color: Medium Red Violet. HEX triplet: C8, 32 and 85. RGB value is (200,50,133). Sum of RGB (Red+Green+Blue) = 200+50+133=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C83285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83285 is #37CD7A. Grayscale: #686868. Windows color (decimal): -3657083 or 8729288. OLE color: 8729288.

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

Color convert

RGB 200 50 133 -
CMYK 0 0.75 0.34 0.22
HSL 326.8º 0.6% 0.49% -
HSV(B) 326.8º 0.75% 0.78% -
XYZ 29.19 16.25 23.79 -
YUV 104.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 200 50 133 0 0.75 0.34 0.22 326.8 0.6 0.49
Hex C8 32 85 0 4B 22 16 147 3C 31
Octal 310 62 205 0 113 42 26 507 74 61
Binary 11001000 110010 10000101 0 1001011 100010 10110 101000111 111100 110001

Color Harmonies of #C83285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83285

Black with #C83285

Text Example


Text Example

White with #C83285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83285; }

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

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

background-color css

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

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

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

border-color css

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

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

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