Html Css Color HEX #CE218A Medium Violet Red

📋 copy color: '#CE218A'

red 206 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #CE218A

Tints of Medium Violet Red #CE218A

RGB

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

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

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

R = 54.64%
G = 8.75%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE218A (or 0xCE218A) is known color: Medium Violet Red. HEX triplet: CE, 21 and 8A. RGB value is (206,33,138). Sum of RGB (Red+Green+Blue) = 206+33+138=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE218A is #31DE75. Grayscale: #606060. Windows color (decimal): -3268214 or 9052622. OLE color: 9052622.

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

Color convert

RGB 206 33 138 -
CMYK 0 0.84 0.33 0.19
HSL 323.58º 0.72% 0.47% -
HSV(B) 323.58º 0.84% 0.81% -
XYZ 30.58 16.04 25.53 -
YUV 96.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 206 33 138 0 0.84 0.33 0.19 323.58 0.72 0.47
Hex CE 21 8A 0 54 21 13 144 48 2F
Octal 316 41 212 0 124 41 23 504 110 57
Binary 11001110 100001 10001010 0 1010100 100001 10011 101000100 1001000 101111

Color Harmonies of #CE218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE218A

Black with #CE218A

Text Example


Text Example

White with #CE218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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