Html Css Color HEX #CE0185 Medium Violet Red

📋 copy color: '#CE0185'

red 206 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #CE0185

Tints of Medium Violet Red #CE0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 60.59%
G = 0.29%
B = 39.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE0185 (or 0xCE0185) is known color: Medium Violet Red. HEX triplet: CE, 01 and 85. RGB value is (206,1,133). Sum of RGB (Red+Green+Blue) = 206+1+133=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0185 is #31FE7A. Grayscale: #4D4D4D. Windows color (decimal): -3276411 or 8716750. OLE color: 8716750.

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

Color convert

RGB 206 1 133 -
CMYK 0 1.00 0.35 0.19
HSL 321.37º 0.99% 0.41% -
HSV(B) 321.37º 1% 0.81% -
XYZ 29.7 14.84 23.49 -
YUV 77.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 206 1 133 0 1.00 0.35 0.19 321.37 0.99 0.41
Hex CE 1 85 0 64 23 13 141 63 29
Octal 316 1 205 0 144 43 23 501 143 51
Binary 11001110 1 10000101 0 1100100 100011 10011 101000001 1100011 101001

Color Harmonies of #CE0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0185

Black with #CE0185

Text Example


Text Example

White with #CE0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0185; }

 p { color: rgb(206,1,133); }

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

background-color css

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

 a { background-color: rgb(206,1,133); }

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

border-color css

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

 span { border-color: rgb(206,1,133); }

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