Html Css Color HEX #C8218B Medium Violet Red

📋 copy color: '#C8218B'

red 200 ◦ green 33 ◦ blue 139

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

Shades of Medium Violet Red #C8218B

Tints of Medium Violet Red #C8218B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 53.76%
G = 8.87%
B = 37.37%

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

#C8218B (or 0xC8218B) is known color: Medium Violet Red. HEX triplet: C8, 21 and 8B. RGB value is (200,33,139). Sum of RGB (Red+Green+Blue) = 200+33+139=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8218B is #37DE74. Grayscale: #5E5E5E. Windows color (decimal): -3661429 or 9118152. OLE color: 9118152.

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

Color convert

RGB 200 33 139 -
CMYK 0 0.84 0.30 0.22
HSL 321.92º 0.72% 0.46% -
HSV(B) 321.92º 0.84% 0.78% -
XYZ 29.02 15.23 25.84 -
YUV 95.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 200 33 139 0 0.84 0.30 0.22 321.92 0.72 0.46
Hex C8 21 8B 0 54 1E 16 142 48 2E
Octal 310 41 213 0 124 36 26 502 110 56
Binary 11001000 100001 10001011 0 1010100 11110 10110 101000010 1001000 101110

Color Harmonies of #C8218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8218B

Black with #C8218B

Text Example


Text Example

White with #C8218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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