Html Css Color HEX #CE1FAA Medium Violet Red

📋 copy color: '#CE1FAA'

red 206 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #CE1FAA

Tints of Medium Violet Red #CE1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

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

R = 50.61%
G = 7.62%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE1FAA (or 0xCE1FAA) is known color: Medium Violet Red. HEX triplet: CE, 1F and AA. RGB value is (206,31,170). Sum of RGB (Red+Green+Blue) = 206+31+170=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1FAA is #31E055. Grayscale: #626262. Windows color (decimal): -3268694 or 11149262. OLE color: 11149262.

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

Color convert

RGB 206 31 170 -
CMYK 0 0.85 0.17 0.19
HSL 312.34º 0.74% 0.46% -
HSV(B) 312.34º 0.85% 0.81% -
XYZ 33.2 17 39.56 -
YUV 99.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 206 31 170 0 0.85 0.17 0.19 312.34 0.74 0.46
Hex CE 1F AA 0 55 11 13 138 4A 2E
Octal 316 37 252 0 125 21 23 470 112 56
Binary 11001110 11111 10101010 0 1010101 10001 10011 100111000 1001010 101110

Color Harmonies of #CE1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FAA

Black with #CE1FAA

Text Example


Text Example

White with #CE1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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