Html Css Color HEX #CE0295 Medium Violet Red

📋 copy color: '#CE0295'

red 206 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #CE0295

Tints of Medium Violet Red #CE0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 57.7%
G = 0.56%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0295 (or 0xCE0295) is known color: Medium Violet Red. HEX triplet: CE, 02 and 95. RGB value is (206,2,149). Sum of RGB (Red+Green+Blue) = 206+2+149=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0295 is #31FD6A. Grayscale: #4F4F4F. Windows color (decimal): -3276139 or 9765582. OLE color: 9765582.

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

Color convert

RGB 206 2 149 -
CMYK 0 0.99 0.28 0.19
HSL 316.76º 0.98% 0.41% -
HSV(B) 316.76º 0.99% 0.81% -
XYZ 30.9 15.34 29.77 -
YUV 79.75 167.09 218.05 -
System Red Green Blue C M Y K H S L
Decimal 206 2 149 0 0.99 0.28 0.19 316.76 0.98 0.41
Hex CE 2 95 0 63 1C 13 13D 62 29
Octal 316 2 225 0 143 34 23 475 142 51
Binary 11001110 10 10010101 0 1100011 11100 10011 100111101 1100010 101001

Color Harmonies of #CE0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0295

Black with #CE0295

Text Example


Text Example

White with #CE0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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