Html Css Color HEX #CE218E Medium Violet Red

📋 copy color: '#CE218E'

red 206 ◦ green 33 ◦ blue 142

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

Shades of Medium Violet Red #CE218E

Tints of Medium Violet Red #CE218E

RGB

 RED value IS 206 (80.86% from 255) = 54.07%

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 54.07%
G = 8.66%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE218E (or 0xCE218E) is known color: Medium Violet Red. HEX triplet: CE, 21 and 8E. RGB value is (206,33,142). Sum of RGB (Red+Green+Blue) = 206+33+142=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE218E is #31DE71. Grayscale: #606060. Windows color (decimal): -3268210 or 9314766. OLE color: 9314766.

HSL color Cylindrical-coordinate representation of color #CE218E: hue angle of 322.2º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE218E is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 142 -
CMYK 0 0.84 0.31 0.19
HSL 322.2º 0.72% 0.47% -
HSV(B) 322.2º 0.84% 0.81% -
XYZ 30.88 16.16 27.08 -
YUV 97.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 206 33 142 0 0.84 0.31 0.19 322.2 0.72 0.47
Hex CE 21 8E 0 54 1F 13 142 48 2F
Octal 316 41 216 0 124 37 23 502 110 57
Binary 11001110 100001 10001110 0 1010100 11111 10011 101000010 1001000 101111

Color Harmonies of #CE218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE218E

Black with #CE218E

Text Example


Text Example

White with #CE218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE218E; }

 p { color: rgb(206,33,142); }

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

background-color css

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

 a { background-color: rgb(206,33,142); }

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

border-color css

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

 span { border-color: rgb(206,33,142); }

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