Html Css Color HEX #CE2694 Medium Violet Red

📋 copy color: '#CE2694'

red 206 ◦ green 38 ◦ blue 148

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

Shades of Medium Violet Red #CE2694

Tints of Medium Violet Red #CE2694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.69%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 52.55%
G = 9.69%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2694 (or 0xCE2694) is known color: Medium Violet Red. HEX triplet: CE, 26 and 94. RGB value is (206,38,148). Sum of RGB (Red+Green+Blue) = 206+38+148=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2694 is #31D96B. Grayscale: #646464. Windows color (decimal): -3266924 or 9709262. OLE color: 9709262.

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

Color convert

RGB 206 38 148 -
CMYK 0 0.82 0.28 0.19
HSL 320.71º 0.69% 0.48% -
HSV(B) 320.71º 0.82% 0.81% -
XYZ 31.49 16.65 29.57 -
YUV 100.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 206 38 148 0 0.82 0.28 0.19 320.71 0.69 0.48
Hex CE 26 94 0 52 1C 13 141 45 30
Octal 316 46 224 0 122 34 23 501 105 60
Binary 11001110 100110 10010100 0 1010010 11100 10011 101000001 1000101 110000

Color Harmonies of #CE2694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2694

Black with #CE2694

Text Example


Text Example

White with #CE2694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2694; }

 p { color: rgb(206,38,148); }

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

background-color css

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

 a { background-color: rgb(206,38,148); }

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

border-color css

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

 span { border-color: rgb(206,38,148); }

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