Html Css Color HEX #CE0495 Medium Violet Red

📋 copy color: '#CE0495'

red 206 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #CE0495

Tints of Medium Violet Red #CE0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 57.38%
G = 1.11%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0495 (or 0xCE0495) is known color: Medium Violet Red. HEX triplet: CE, 04 and 95. RGB value is (206,4,149). Sum of RGB (Red+Green+Blue) = 206+4+149=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0495 is #31FB6A. Grayscale: #505050. Windows color (decimal): -3275627 or 9766094. OLE color: 9766094.

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

Color convert

RGB 206 4 149 -
CMYK 0 0.98 0.28 0.19
HSL 316.93º 0.96% 0.41% -
HSV(B) 316.93º 0.98% 0.81% -
XYZ 30.92 15.38 29.77 -
YUV 80.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 206 4 149 0 0.98 0.28 0.19 316.93 0.96 0.41
Hex CE 4 95 0 62 1C 13 13D 60 29
Octal 316 4 225 0 142 34 23 475 140 51
Binary 11001110 100 10010101 0 1100010 11100 10011 100111101 1100000 101001

Color Harmonies of #CE0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0495

Black with #CE0495

Text Example


Text Example

White with #CE0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0495; }

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

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

background-color css

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

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

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

border-color css

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

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

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