Html Css Color HEX #C8337D Medium Red Violet

📋 copy color: '#C8337D'

red 200 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #C8337D

Tints of Medium Red Violet #C8337D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 53.19%
G = 13.56%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8337D (or 0xC8337D) is known color: Medium Red Violet. HEX triplet: C8, 33 and 7D. RGB value is (200,51,125). Sum of RGB (Red+Green+Blue) = 200+51+125=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8337D is #37CC82. Grayscale: #676767. Windows color (decimal): -3656835 or 8205256. OLE color: 8205256.

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

Color convert

RGB 200 51 125 -
CMYK 0 0.74 0.38 0.22
HSL 330.2º 0.59% 0.49% -
HSV(B) 330.2º 0.75% 0.78% -
XYZ 28.7 16.13 21 -
YUV 103.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 200 51 125 0 0.74 0.38 0.22 330.2 0.59 0.49
Hex C8 33 7D 0 4A 26 16 14A 3B 31
Octal 310 63 175 0 112 46 26 512 73 61
Binary 11001000 110011 1111101 0 1001010 100110 10110 101001010 111011 110001

Color Harmonies of #C8337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8337D

Black with #C8337D

Text Example


Text Example

White with #C8337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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