Html Css Color HEX #C83288 Medium Red Violet

📋 copy color: '#C83288'

red 200 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C83288

Tints of Medium Red Violet #C83288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 51.81%
G = 12.95%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C83288 (or 0xC83288) is known color: Medium Red Violet. HEX triplet: C8, 32 and 88. RGB value is (200,50,136). Sum of RGB (Red+Green+Blue) = 200+50+136=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C83288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83288 is #37CD77. Grayscale: #686868. Windows color (decimal): -3657080 or 8925896. OLE color: 8925896.

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

Color convert

RGB 200 50 136 -
CMYK 0 0.75 0.32 0.22
HSL 325.6º 0.6% 0.49% -
HSV(B) 325.6º 0.75% 0.78% -
XYZ 29.4 16.34 24.9 -
YUV 104.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 200 50 136 0 0.75 0.32 0.22 325.6 0.6 0.49
Hex C8 32 88 0 4B 20 16 146 3C 31
Octal 310 62 210 0 113 40 26 506 74 61
Binary 11001000 110010 10001000 0 1001011 100000 10110 101000110 111100 110001

Color Harmonies of #C83288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83288

Black with #C83288

Text Example


Text Example

White with #C83288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83288; }

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

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

background-color css

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

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

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

border-color css

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

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

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