Html Css Color HEX #CE0290 Medium Violet Red

📋 copy color: '#CE0290'

red 206 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #CE0290

Tints of Medium Violet Red #CE0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 58.52%
G = 0.57%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE0290 (or 0xCE0290) is known color: Medium Violet Red. HEX triplet: CE, 02 and 90. RGB value is (206,2,144). Sum of RGB (Red+Green+Blue) = 206+2+144=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0290 is #31FD6F. Grayscale: #4E4E4E. Windows color (decimal): -3276144 or 9437902. OLE color: 9437902.

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

Color convert

RGB 206 2 144 -
CMYK 0 0.99 0.30 0.19
HSL 318.24º 0.98% 0.41% -
HSV(B) 318.24º 0.99% 0.81% -
XYZ 30.51 15.18 27.71 -
YUV 79.18 164.59 218.45 -
System Red Green Blue C M Y K H S L
Decimal 206 2 144 0 0.99 0.30 0.19 318.24 0.98 0.41
Hex CE 2 90 0 63 1E 13 13E 62 29
Octal 316 2 220 0 143 36 23 476 142 51
Binary 11001110 10 10010000 0 1100011 11110 10011 100111110 1100010 101001

Color Harmonies of #CE0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0290

Black with #CE0290

Text Example


Text Example

White with #CE0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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