Html Css Color HEX #CE1CAB Medium Violet Red

📋 copy color: '#CE1CAB'

red 206 ◦ green 28 ◦ blue 171

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

Shades of Medium Violet Red #CE1CAB

Tints of Medium Violet Red #CE1CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 50.86%
G = 6.91%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE1CAB (or 0xCE1CAB) is known color: Medium Violet Red. HEX triplet: CE, 1C and AB. RGB value is (206,28,171). Sum of RGB (Red+Green+Blue) = 206+28+171=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CAB is #31E354. Grayscale: #616161. Windows color (decimal): -3269461 or 11214030. OLE color: 11214030.

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

Color convert

RGB 206 28 171 -
CMYK 0 0.86 0.17 0.19
HSL 311.8º 0.76% 0.46% -
HSV(B) 311.8º 0.86% 0.81% -
XYZ 33.22 16.89 40.04 -
YUV 97.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 206 28 171 0 0.86 0.17 0.19 311.8 0.76 0.46
Hex CE 1C AB 0 56 11 13 138 4C 2E
Octal 316 34 253 0 126 21 23 470 114 56
Binary 11001110 11100 10101011 0 1010110 10001 10011 100111000 1001100 101110

Color Harmonies of #CE1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CAB

Black with #CE1CAB

Text Example


Text Example

White with #CE1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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