Html Css Color HEX #CE027C Medium Violet Red

📋 copy color: '#CE027C'

red 206 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #CE027C

Tints of Medium Violet Red #CE027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 62.05%
G = 0.6%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE027C (or 0xCE027C) is known color: Medium Violet Red. HEX triplet: CE, 02 and 7C. RGB value is (206,2,124). Sum of RGB (Red+Green+Blue) = 206+2+124=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE027C is #31FD83. Grayscale: #4C4C4C. Windows color (decimal): -3276164 or 8127182. OLE color: 8127182.

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

Color convert

RGB 206 2 124 -
CMYK 0 0.99 0.40 0.19
HSL 324.12º 0.98% 0.41% -
HSV(B) 324.12º 0.99% 0.81% -
XYZ 29.11 14.62 20.36 -
YUV 76.9 154.59 220.08 -
System Red Green Blue C M Y K H S L
Decimal 206 2 124 0 0.99 0.40 0.19 324.12 0.98 0.41
Hex CE 2 7C 0 63 28 13 144 62 29
Octal 316 2 174 0 143 50 23 504 142 51
Binary 11001110 10 1111100 0 1100011 101000 10011 101000100 1100010 101001

Color Harmonies of #CE027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE027C

Black with #CE027C

Text Example


Text Example

White with #CE027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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