Html Css Color HEX #CE1BAD Medium Violet Red

📋 copy color: '#CE1BAD'

red 206 ◦ green 27 ◦ blue 173

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

Shades of Medium Violet Red #CE1BAD

Tints of Medium Violet Red #CE1BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 50.74%
G = 6.65%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE1BAD (or 0xCE1BAD) is known color: Medium Violet Red. HEX triplet: CE, 1B and AD. RGB value is (206,27,173). Sum of RGB (Red+Green+Blue) = 206+27+173=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BAD is #31E452. Grayscale: #606060. Windows color (decimal): -3269715 or 11344846. OLE color: 11344846.

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

Color convert

RGB 206 27 173 -
CMYK 0 0.87 0.16 0.19
HSL 311.06º 0.77% 0.46% -
HSV(B) 311.06º 0.87% 0.81% -
XYZ 33.39 16.92 41.04 -
YUV 97.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 206 27 173 0 0.87 0.16 0.19 311.06 0.77 0.46
Hex CE 1B AD 0 57 10 13 137 4D 2E
Octal 316 33 255 0 127 20 23 467 115 56
Binary 11001110 11011 10101101 0 1010111 10000 10011 100110111 1001101 101110

Color Harmonies of #CE1BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BAD

Black with #CE1BAD

Text Example


Text Example

White with #CE1BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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