Html Css Color HEX #C8398B Medium Red Violet

📋 copy color: '#C8398B'

red 200 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #C8398B

Tints of Medium Red Violet #C8398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.39%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 50.51%
G = 14.39%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8398B (or 0xC8398B) is known color: Medium Red Violet. HEX triplet: C8, 39 and 8B. RGB value is (200,57,139). Sum of RGB (Red+Green+Blue) = 200+57+139=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8398B is #37C674. Grayscale: #6C6C6C. Windows color (decimal): -3655285 or 9124296. OLE color: 9124296.

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

Color convert

RGB 200 57 139 -
CMYK 0 0.72 0.30 0.22
HSL 325.59º 0.57% 0.5% -
HSV(B) 325.59º 0.72% 0.78% -
XYZ 29.94 17.07 26.14 -
YUV 109.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 200 57 139 0 0.72 0.30 0.22 325.59 0.57 0.5
Hex C8 39 8B 0 48 1E 16 146 39 32
Octal 310 71 213 0 110 36 26 506 71 62
Binary 11001000 111001 10001011 0 1001000 11110 10110 101000110 111001 110010

Color Harmonies of #C8398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8398B

Black with #C8398B

Text Example


Text Example

White with #C8398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8398B; }

 p { color: rgb(200,57,139); }

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

background-color css

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

 a { background-color: rgb(200,57,139); }

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

border-color css

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

 span { border-color: rgb(200,57,139); }

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