Html Css Color HEX #C8208A Medium Violet Red

📋 copy color: '#C8208A'

red 200 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #C8208A

Tints of Medium Violet Red #C8208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 54.05%
G = 8.65%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8208A (or 0xC8208A) is known color: Medium Violet Red. HEX triplet: C8, 20 and 8A. RGB value is (200,32,138). Sum of RGB (Red+Green+Blue) = 200+32+138=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8208A is #37DF75. Grayscale: #5E5E5E. Windows color (decimal): -3661686 or 9052360. OLE color: 9052360.

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

Color convert

RGB 200 32 138 -
CMYK 0 0.84 0.31 0.22
HSL 322.14º 0.72% 0.45% -
HSV(B) 322.14º 0.84% 0.78% -
XYZ 28.92 15.15 25.44 -
YUV 94.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 200 32 138 0 0.84 0.31 0.22 322.14 0.72 0.45
Hex C8 20 8A 0 54 1F 16 142 48 2D
Octal 310 40 212 0 124 37 26 502 110 55
Binary 11001000 100000 10001010 0 1010100 11111 10110 101000010 1001000 101101

Color Harmonies of #C8208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8208A

Black with #C8208A

Text Example


Text Example

White with #C8208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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