Html Css Color HEX #CE0395 Medium Violet Red

📋 copy color: '#CE0395'

red 206 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #CE0395

Tints of Medium Violet Red #CE0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 57.54%
G = 0.84%
B = 41.62%

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

#CE0395 (or 0xCE0395) is known color: Medium Violet Red. HEX triplet: CE, 03 and 95. RGB value is (206,3,149). Sum of RGB (Red+Green+Blue) = 206+3+149=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0395 is #31FC6A. Grayscale: #4F4F4F. Windows color (decimal): -3275883 or 9765838. OLE color: 9765838.

HSL color Cylindrical-coordinate representation of color #CE0395: hue angle of 316.85º degrees, saturation: 0.97, 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 #CE0395 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 3 149 -
CMYK 0 0.99 0.28 0.19
HSL 316.85º 0.97% 0.41% -
HSV(B) 316.85º 0.99% 0.81% -
XYZ 30.91 15.36 29.77 -
YUV 80.34 166.75 217.63 -
System Red Green Blue C M Y K H S L
Decimal 206 3 149 0 0.99 0.28 0.19 316.85 0.97 0.41
Hex CE 3 95 0 63 1C 13 13D 61 29
Octal 316 3 225 0 143 34 23 475 141 51
Binary 11001110 11 10010101 0 1100011 11100 10011 100111101 1100001 101001

Color Harmonies of #CE0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0395

Black with #CE0395

Text Example


Text Example

White with #CE0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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