Html Css Color HEX #CE1297 Medium Violet Red

📋 copy color: '#CE1297'

red 206 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #CE1297

Tints of Medium Violet Red #CE1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 54.93%
G = 4.8%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE1297 (or 0xCE1297) is known color: Medium Violet Red. HEX triplet: CE, 12 and 97. RGB value is (206,18,151). Sum of RGB (Red+Green+Blue) = 206+18+151=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1297 is #31ED68. Grayscale: #595959. Windows color (decimal): -3272041 or 9900750. OLE color: 9900750.

HSL color Cylindrical-coordinate representation of color #CE1297: hue angle of 317.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1297 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 151 -
CMYK 0 0.91 0.27 0.19
HSL 317.55º 0.84% 0.44% -
HSV(B) 317.55º 0.91% 0.81% -
XYZ 31.26 15.79 30.68 -
YUV 89.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 206 18 151 0 0.91 0.27 0.19 317.55 0.84 0.44
Hex CE 12 97 0 5B 1B 13 13E 54 2C
Octal 316 22 227 0 133 33 23 476 124 54
Binary 11001110 10010 10010111 0 1011011 11011 10011 100111110 1010100 101100

Color Harmonies of #CE1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1297

Black with #CE1297

Text Example


Text Example

White with #CE1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1297; }

 p { color: rgb(206,18,151); }

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

background-color css

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

 a { background-color: rgb(206,18,151); }

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

border-color css

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

 span { border-color: rgb(206,18,151); }

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