Html Css Color HEX #CE0196 Medium Violet Red

📋 copy color: '#CE0196'

red 206 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #CE0196

Tints of Medium Violet Red #CE0196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 57.7%
G = 0.28%
B = 42.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE0196 (or 0xCE0196) is known color: Medium Violet Red. HEX triplet: CE, 01 and 96. RGB value is (206,1,150). Sum of RGB (Red+Green+Blue) = 206+1+150=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0196 is #31FE69. Grayscale: #4E4E4E. Windows color (decimal): -3276394 or 9830862. OLE color: 9830862.

HSL color Cylindrical-coordinate representation of color #CE0196: hue angle of 316.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0196 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 150 -
CMYK 0 1.00 0.27 0.19
HSL 316.39º 0.99% 0.41% -
HSV(B) 316.39º 1% 0.81% -
XYZ 30.97 15.35 30.18 -
YUV 79.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 206 1 150 0 1.00 0.27 0.19 316.39 0.99 0.41
Hex CE 1 96 0 64 1B 13 13C 63 29
Octal 316 1 226 0 144 33 23 474 143 51
Binary 11001110 1 10010110 0 1100100 11011 10011 100111100 1100011 101001

Color Harmonies of #CE0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0196

Black with #CE0196

Text Example


Text Example

White with #CE0196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0196; }

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

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

background-color css

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

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

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

border-color css

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

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

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