Html Css Color HEX #CE0090 Medium Violet Red

📋 copy color: '#CE0090'

red 206 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #CE0090

Tints of Medium Violet Red #CE0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.86%
G = 0%
B = 41.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE0090 (or 0xCE0090) is known color: Medium Violet Red. HEX triplet: CE, 00 and 90. RGB value is (206,0,144). Sum of RGB (Red+Green+Blue) = 206+0+144=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0090 is #31FF6F. Grayscale: #4D4D4D. Windows color (decimal): -3276656 or 9437390. OLE color: 9437390.

HSL color Cylindrical-coordinate representation of color #CE0090: hue angle of 318.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0090 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 144 -
CMYK 0 1 0.30 0.19
HSL 318.06º 1% 0.4% -
HSV(B) 318.06º 1% 0.81% -
XYZ 30.49 15.14 27.7 -
YUV 78.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 206 0 144 0 1 0.30 0.19 318.06 1 0.4
Hex CE 0 90 0 64 1E 13 13E 64 28
Octal 316 0 220 0 144 36 23 476 144 50
Binary 11001110 0 10010000 0 1100100 11110 10011 100111110 1100100 101000

Color Harmonies of #CE0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0090

Black with #CE0090

Text Example


Text Example

White with #CE0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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