Html Css Color HEX #CE218C Medium Violet Red

📋 copy color: '#CE218C'

red 206 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #CE218C

Tints of Medium Violet Red #CE218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 54.35%
G = 8.71%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE218C (or 0xCE218C) is known color: Medium Violet Red. HEX triplet: CE, 21 and 8C. RGB value is (206,33,140). Sum of RGB (Red+Green+Blue) = 206+33+140=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE218C is #31DE73. Grayscale: #606060. Windows color (decimal): -3268212 or 9183694. OLE color: 9183694.

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

Color convert

RGB 206 33 140 -
CMYK 0 0.84 0.32 0.19
HSL 322.89º 0.72% 0.47% -
HSV(B) 322.89º 0.84% 0.81% -
XYZ 30.73 16.1 26.3 -
YUV 96.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 206 33 140 0 0.84 0.32 0.19 322.89 0.72 0.47
Hex CE 21 8C 0 54 20 13 143 48 2F
Octal 316 41 214 0 124 40 23 503 110 57
Binary 11001110 100001 10001100 0 1010100 100000 10011 101000011 1001000 101111

Color Harmonies of #CE218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE218C

Black with #CE218C

Text Example


Text Example

White with #CE218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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