Html Css Color HEX #CE1970 Medium Violet Red

📋 copy color: '#CE1970'

red 206 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #CE1970

Tints of Medium Violet Red #CE1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

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

R = 60.06%
G = 7.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE1970 (or 0xCE1970) is known color: Medium Violet Red. HEX triplet: CE, 19 and 70. RGB value is (206,25,112). Sum of RGB (Red+Green+Blue) = 206+25+112=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1970 is #31E68F. Grayscale: #585858. Windows color (decimal): -3270288 or 7346638. OLE color: 7346638.

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

Color convert

RGB 206 25 112 -
CMYK 0 0.88 0.46 0.19
HSL 331.16º 0.78% 0.45% -
HSV(B) 331.16º 0.88% 0.81% -
XYZ 28.73 14.99 16.71 -
YUV 89.04 140.97 211.43 -
System Red Green Blue C M Y K H S L
Decimal 206 25 112 0 0.88 0.46 0.19 331.16 0.78 0.45
Hex CE 19 70 0 58 2E 13 14B 4E 2D
Octal 316 31 160 0 130 56 23 513 116 55
Binary 11001110 11001 1110000 0 1011000 101110 10011 101001011 1001110 101101

Color Harmonies of #CE1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1970

Black with #CE1970

Text Example


Text Example

White with #CE1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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