Html Css Color HEX #C8208B Medium Violet Red

📋 copy color: '#C8208B'

red 200 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #C8208B

Tints of Medium Violet Red #C8208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 53.91%
G = 8.63%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8208B (or 0xC8208B) is known color: Medium Violet Red. HEX triplet: C8, 20 and 8B. RGB value is (200,32,139). Sum of RGB (Red+Green+Blue) = 200+32+139=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8208B is #37DF74. Grayscale: #5E5E5E. Windows color (decimal): -3661685 or 9117896. OLE color: 9117896.

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

Color convert

RGB 200 32 139 -
CMYK 0 0.84 0.30 0.22
HSL 321.79º 0.72% 0.45% -
HSV(B) 321.79º 0.84% 0.78% -
XYZ 29 15.18 25.83 -
YUV 94.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 200 32 139 0 0.84 0.30 0.22 321.79 0.72 0.45
Hex C8 20 8B 0 54 1E 16 142 48 2D
Octal 310 40 213 0 124 36 26 502 110 55
Binary 11001000 100000 10001011 0 1010100 11110 10110 101000010 1001000 101101

Color Harmonies of #C8208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8208B

Black with #C8208B

Text Example


Text Example

White with #C8208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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