Html Css Color HEX #CE1375 Medium Violet Red

📋 copy color: '#CE1375'

red 206 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #CE1375

Tints of Medium Violet Red #CE1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 60.23%
G = 5.56%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE1375 (or 0xCE1375) is known color: Medium Violet Red. HEX triplet: CE, 13 and 75. RGB value is (206,19,117). Sum of RGB (Red+Green+Blue) = 206+19+117=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1375 is #31EC8A. Grayscale: #555555. Windows color (decimal): -3271819 or 7672782. OLE color: 7672782.

HSL color Cylindrical-coordinate representation of color #CE1375: hue angle of 328.56º degrees, saturation: 0.83, 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 #CE1375 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 117 -
CMYK 0 0.91 0.43 0.19
HSL 328.56º 0.83% 0.44% -
HSV(B) 328.56º 0.91% 0.81% -
XYZ 28.9 14.87 18.18 -
YUV 86.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 206 19 117 0 0.91 0.43 0.19 328.56 0.83 0.44
Hex CE 13 75 0 5B 2B 13 149 53 2C
Octal 316 23 165 0 133 53 23 511 123 54
Binary 11001110 10011 1110101 0 1011011 101011 10011 101001001 1010011 101100

Color Harmonies of #CE1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1375

Black with #CE1375

Text Example


Text Example

White with #CE1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1375; }

 p { color: rgb(206,19,117); }

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

background-color css

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

 a { background-color: rgb(206,19,117); }

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

border-color css

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

 span { border-color: rgb(206,19,117); }

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