Html Css Color HEX #CE1695 Medium Violet Red

📋 copy color: '#CE1695'

red 206 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #CE1695

Tints of Medium Violet Red #CE1695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 54.64%
G = 5.84%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE1695 (or 0xCE1695) is known color: Medium Violet Red. HEX triplet: CE, 16 and 95. RGB value is (206,22,149). Sum of RGB (Red+Green+Blue) = 206+22+149=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1695 is #31E96A. Grayscale: #5B5B5B. Windows color (decimal): -3271019 or 9770702. OLE color: 9770702.

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

Color convert

RGB 206 22 149 -
CMYK 0 0.89 0.28 0.19
HSL 318.59º 0.81% 0.45% -
HSV(B) 318.59º 0.89% 0.81% -
XYZ 31.17 15.87 29.85 -
YUV 91.49 160.46 209.67 -
System Red Green Blue C M Y K H S L
Decimal 206 22 149 0 0.89 0.28 0.19 318.59 0.81 0.45
Hex CE 16 95 0 59 1C 13 13F 51 2D
Octal 316 26 225 0 131 34 23 477 121 55
Binary 11001110 10110 10010101 0 1011001 11100 10011 100111111 1010001 101101

Color Harmonies of #CE1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1695

Black with #CE1695

Text Example


Text Example

White with #CE1695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1695; }

 p { color: rgb(206,22,149); }

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

background-color css

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

 a { background-color: rgb(206,22,149); }

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

border-color css

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

 span { border-color: rgb(206,22,149); }

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