Html Css Color HEX #CE1D9C Medium Violet Red

📋 copy color: '#CE1D9C'

red 206 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #CE1D9C

Tints of Medium Violet Red #CE1D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 52.69%
G = 7.42%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE1D9C (or 0xCE1D9C) is known color: Medium Violet Red. HEX triplet: CE, 1D and 9C. RGB value is (206,29,156). Sum of RGB (Red+Green+Blue) = 206+29+156=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D9C is #31E263. Grayscale: #606060. Windows color (decimal): -3269220 or 10231246. OLE color: 10231246.

HSL color Cylindrical-coordinate representation of color #CE1D9C: hue angle of 316.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D9C is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 29 156 -
CMYK 0 0.86 0.24 0.19
HSL 316.95º 0.75% 0.46% -
HSV(B) 316.95º 0.86% 0.81% -
XYZ 31.89 16.4 32.94 -
YUV 96.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 206 29 156 0 0.86 0.24 0.19 316.95 0.75 0.46
Hex CE 1D 9C 0 56 18 13 13D 4B 2E
Octal 316 35 234 0 126 30 23 475 113 56
Binary 11001110 11101 10011100 0 1010110 11000 10011 100111101 1001011 101110

Color Harmonies of #CE1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D9C

Black with #CE1D9C

Text Example


Text Example

White with #CE1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D9C; }

 p { color: rgb(206,29,156); }

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

background-color css

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

 a { background-color: rgb(206,29,156); }

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

border-color css

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

 span { border-color: rgb(206,29,156); }

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