Html Css Color HEX #CE219B Medium Violet Red

📋 copy color: '#CE219B'

red 206 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #CE219B

Tints of Medium Violet Red #CE219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 52.28%
G = 8.38%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE219B (or 0xCE219B) is known color: Medium Violet Red. HEX triplet: CE, 21 and 9B. RGB value is (206,33,155). Sum of RGB (Red+Green+Blue) = 206+33+155=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE219B is #31DE64. Grayscale: #626262. Windows color (decimal): -3268197 or 10166734. OLE color: 10166734.

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

Color convert

RGB 206 33 155 -
CMYK 0 0.84 0.25 0.19
HSL 317.69º 0.72% 0.47% -
HSV(B) 317.69º 0.84% 0.81% -
XYZ 31.91 16.58 32.53 -
YUV 98.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 206 33 155 0 0.84 0.25 0.19 317.69 0.72 0.47
Hex CE 21 9B 0 54 19 13 13E 48 2F
Octal 316 41 233 0 124 31 23 476 110 57
Binary 11001110 100001 10011011 0 1010100 11001 10011 100111110 1001000 101111

Color Harmonies of #CE219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE219B

Black with #CE219B

Text Example


Text Example

White with #CE219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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