Html Css Color HEX #CE1CAA Medium Violet Red

📋 copy color: '#CE1CAA'

red 206 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #CE1CAA

Tints of Medium Violet Red #CE1CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 50.99%
G = 6.93%
B = 42.08%

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

#CE1CAA (or 0xCE1CAA) is known color: Medium Violet Red. HEX triplet: CE, 1C and AA. RGB value is (206,28,170). Sum of RGB (Red+Green+Blue) = 206+28+170=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CAA is #31E355. Grayscale: #616161. Windows color (decimal): -3269462 or 11148494. OLE color: 11148494.

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

Color convert

RGB 206 28 170 -
CMYK 0 0.86 0.17 0.19
HSL 312.13º 0.76% 0.46% -
HSV(B) 312.13º 0.86% 0.81% -
XYZ 33.12 16.85 39.54 -
YUV 97.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 206 28 170 0 0.86 0.17 0.19 312.13 0.76 0.46
Hex CE 1C AA 0 56 11 13 138 4C 2E
Octal 316 34 252 0 126 21 23 470 114 56
Binary 11001110 11100 10101010 0 1010110 10001 10011 100111000 1001100 101110

Color Harmonies of #CE1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CAA

Black with #CE1CAA

Text Example


Text Example

White with #CE1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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