Html Css Color HEX #C83875 Medium Red Violet

📋 copy color: '#C83875'

red 200 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #C83875

Tints of Medium Red Violet #C83875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 53.62%
G = 15.01%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C83875 (or 0xC83875) is known color: Medium Red Violet. HEX triplet: C8, 38 and 75. RGB value is (200,56,117). Sum of RGB (Red+Green+Blue) = 200+56+117=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C83875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83875 is #37C78A. Grayscale: #696969. Windows color (decimal): -3655563 or 7682248. OLE color: 7682248.

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

Color convert

RGB 200 56 117 -
CMYK 0 0.72 0.42 0.22
HSL 334.58º 0.57% 0.5% -
HSV(B) 334.58º 0.72% 0.78% -
XYZ 28.44 16.39 18.49 -
YUV 106.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 200 56 117 0 0.72 0.42 0.22 334.58 0.57 0.5
Hex C8 38 75 0 48 2A 16 14F 39 32
Octal 310 70 165 0 110 52 26 517 71 62
Binary 11001000 111000 1110101 0 1001000 101010 10110 101001111 111001 110010

Color Harmonies of #C83875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83875

Black with #C83875

Text Example


Text Example

White with #C83875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83875; }

 p { color: rgb(200,56,117); }

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

background-color css

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

 a { background-color: rgb(200,56,117); }

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

border-color css

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

 span { border-color: rgb(200,56,117); }

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