Html Css Color HEX #CE0385 Medium Violet Red

📋 copy color: '#CE0385'

red 206 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #CE0385

Tints of Medium Violet Red #CE0385

RGB

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

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

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

R = 60.23%
G = 0.88%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE0385 (or 0xCE0385) is known color: Medium Violet Red. HEX triplet: CE, 03 and 85. RGB value is (206,3,133). Sum of RGB (Red+Green+Blue) = 206+3+133=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0385 is #31FC7A. Grayscale: #4E4E4E. Windows color (decimal): -3275899 or 8717262. OLE color: 8717262.

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

Color convert

RGB 206 3 133 -
CMYK 0 0.99 0.35 0.19
HSL 321.58º 0.97% 0.41% -
HSV(B) 321.58º 0.99% 0.81% -
XYZ 29.72 14.88 23.5 -
YUV 78.52 158.75 218.93 -
System Red Green Blue C M Y K H S L
Decimal 206 3 133 0 0.99 0.35 0.19 321.58 0.97 0.41
Hex CE 3 85 0 63 23 13 142 61 29
Octal 316 3 205 0 143 43 23 502 141 51
Binary 11001110 11 10000101 0 1100011 100011 10011 101000010 1100001 101001

Color Harmonies of #CE0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0385

Black with #CE0385

Text Example


Text Example

White with #CE0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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