Html Css Color HEX #CE1CAD Medium Violet Red

📋 copy color: '#CE1CAD'

red 206 ◦ green 28 ◦ blue 173

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

Shades of Medium Violet Red #CE1CAD

Tints of Medium Violet Red #CE1CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 50.61%
G = 6.88%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE1CAD (or 0xCE1CAD) is known color: Medium Violet Red. HEX triplet: CE, 1C and AD. RGB value is (206,28,173). Sum of RGB (Red+Green+Blue) = 206+28+173=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CAD is #31E352. Grayscale: #616161. Windows color (decimal): -3269459 or 11345102. OLE color: 11345102.

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

Color convert

RGB 206 28 173 -
CMYK 0 0.86 0.16 0.19
HSL 311.12º 0.76% 0.46% -
HSV(B) 311.12º 0.86% 0.81% -
XYZ 33.41 16.97 41.05 -
YUV 97.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 206 28 173 0 0.86 0.16 0.19 311.12 0.76 0.46
Hex CE 1C AD 0 56 10 13 137 4C 2E
Octal 316 34 255 0 126 20 23 467 114 56
Binary 11001110 11100 10101101 0 1010110 10000 10011 100110111 1001100 101110

Color Harmonies of #CE1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CAD

Black with #CE1CAD

Text Example


Text Example

White with #CE1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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