Html Css Color HEX #C83292 Medium Red Violet

📋 copy color: '#C83292'

red 200 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #C83292

Tints of Medium Red Violet #C83292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 50.51%
G = 12.63%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C83292 (or 0xC83292) is known color: Medium Red Violet. HEX triplet: C8, 32 and 92. RGB value is (200,50,146). Sum of RGB (Red+Green+Blue) = 200+50+146=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C83292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83292 is #37CD6D. Grayscale: #696969. Windows color (decimal): -3657070 or 9581256. OLE color: 9581256.

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

Color convert

RGB 200 50 146 -
CMYK 0 0.75 0.27 0.22
HSL 321.6º 0.6% 0.49% -
HSV(B) 321.6º 0.75% 0.78% -
XYZ 30.15 16.64 28.82 -
YUV 105.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 200 50 146 0 0.75 0.27 0.22 321.6 0.6 0.49
Hex C8 32 92 0 4B 1B 16 142 3C 31
Octal 310 62 222 0 113 33 26 502 74 61
Binary 11001000 110010 10010010 0 1001011 11011 10110 101000010 111100 110001

Color Harmonies of #C83292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83292

Black with #C83292

Text Example


Text Example

White with #C83292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83292; }

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

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

background-color css

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

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

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

border-color css

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

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

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