Html Css Color HEX #CE1A70 Medium Violet Red

📋 copy color: '#CE1A70'

red 206 ◦ green 26 ◦ blue 112

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

Shades of Medium Violet Red #CE1A70

Tints of Medium Violet Red #CE1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 59.88%
G = 7.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE1A70 (or 0xCE1A70) is known color: Medium Violet Red. HEX triplet: CE, 1A and 70. RGB value is (206,26,112). Sum of RGB (Red+Green+Blue) = 206+26+112=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A70 is #31E58F. Grayscale: #595959. Windows color (decimal): -3270032 or 7346894. OLE color: 7346894.

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

Color convert

RGB 206 26 112 -
CMYK 0 0.87 0.46 0.19
HSL 331.33º 0.78% 0.45% -
HSV(B) 331.33º 0.87% 0.81% -
XYZ 28.75 15.03 16.72 -
YUV 89.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 206 26 112 0 0.87 0.46 0.19 331.33 0.78 0.45
Hex CE 1A 70 0 57 2E 13 14B 4E 2D
Octal 316 32 160 0 127 56 23 513 116 55
Binary 11001110 11010 1110000 0 1010111 101110 10011 101001011 1001110 101101

Color Harmonies of #CE1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A70

Black with #CE1A70

Text Example


Text Example

White with #CE1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A70; }

 p { color: rgb(206,26,112); }

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

background-color css

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

 a { background-color: rgb(206,26,112); }

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

border-color css

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

 span { border-color: rgb(206,26,112); }

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