Html Css Color HEX #CE1B9D Medium Violet Red

📋 copy color: '#CE1B9D'

red 206 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #CE1B9D

Tints of Medium Violet Red #CE1B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.92%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 52.82%
G = 6.92%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE1B9D (or 0xCE1B9D) is known color: Medium Violet Red. HEX triplet: CE, 1B and 9D. RGB value is (206,27,157). Sum of RGB (Red+Green+Blue) = 206+27+157=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B9D is #31E462. Grayscale: #5E5E5E. Windows color (decimal): -3269731 or 10296270. OLE color: 10296270.

HSL color Cylindrical-coordinate representation of color #CE1B9D: hue angle of 316.42º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B9D is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 157 -
CMYK 0 0.87 0.24 0.19
HSL 316.42º 0.77% 0.46% -
HSV(B) 316.42º 0.87% 0.81% -
XYZ 31.93 16.34 33.37 -
YUV 95.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 206 27 157 0 0.87 0.24 0.19 316.42 0.77 0.46
Hex CE 1B 9D 0 57 18 13 13C 4D 2E
Octal 316 33 235 0 127 30 23 474 115 56
Binary 11001110 11011 10011101 0 1010111 11000 10011 100111100 1001101 101110

Color Harmonies of #CE1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B9D

Black with #CE1B9D

Text Example


Text Example

White with #CE1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B9D; }

 p { color: rgb(206,27,157); }

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

background-color css

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

 a { background-color: rgb(206,27,157); }

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

border-color css

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

 span { border-color: rgb(206,27,157); }

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