Html Css Color HEX #CE2196 Medium Violet Red

📋 copy color: '#CE2196'

red 206 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #CE2196

Tints of Medium Violet Red #CE2196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 52.96%
G = 8.48%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2196 (or 0xCE2196) is known color: Medium Violet Red. HEX triplet: CE, 21 and 96. RGB value is (206,33,150). Sum of RGB (Red+Green+Blue) = 206+33+150=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2196 is #31DE69. Grayscale: #616161. Windows color (decimal): -3268202 or 9839054. OLE color: 9839054.

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

Color convert

RGB 206 33 150 -
CMYK 0 0.84 0.27 0.19
HSL 319.42º 0.72% 0.47% -
HSV(B) 319.42º 0.84% 0.81% -
XYZ 31.5 16.41 30.36 -
YUV 98.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 206 33 150 0 0.84 0.27 0.19 319.42 0.72 0.47
Hex CE 21 96 0 54 1B 13 13F 48 2F
Octal 316 41 226 0 124 33 23 477 110 57
Binary 11001110 100001 10010110 0 1010100 11011 10011 100111111 1001000 101111

Color Harmonies of #CE2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2196

Black with #CE2196

Text Example


Text Example

White with #CE2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2196; }

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

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

background-color css

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

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

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

border-color css

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

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

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