Html Css Color HEX #CE017D Medium Violet Red

📋 copy color: '#CE017D'

red 206 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #CE017D

Tints of Medium Violet Red #CE017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 62.05%
G = 0.3%
B = 37.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE017D (or 0xCE017D) is known color: Medium Violet Red. HEX triplet: CE, 01 and 7D. RGB value is (206,1,125). Sum of RGB (Red+Green+Blue) = 206+1+125=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE017D is #31FE82. Grayscale: #4C4C4C. Windows color (decimal): -3276419 or 8192462. OLE color: 8192462.

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

Color convert

RGB 206 1 125 -
CMYK 0 1.00 0.39 0.19
HSL 323.71º 0.99% 0.41% -
HSV(B) 323.71º 1% 0.81% -
XYZ 29.17 14.62 20.69 -
YUV 76.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 206 1 125 0 1.00 0.39 0.19 323.71 0.99 0.41
Hex CE 1 7D 0 64 27 13 144 63 29
Octal 316 1 175 0 144 47 23 504 143 51
Binary 11001110 1 1111101 0 1100100 100111 10011 101000100 1100011 101001

Color Harmonies of #CE017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE017D

Black with #CE017D

Text Example


Text Example

White with #CE017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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