Html Css Color HEX #CE107D Medium Violet Red

📋 copy color: '#CE107D'

red 206 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #CE107D

Tints of Medium Violet Red #CE107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 59.37%
G = 4.61%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE107D (or 0xCE107D) is known color: Medium Violet Red. HEX triplet: CE, 10 and 7D. RGB value is (206,16,125). Sum of RGB (Red+Green+Blue) = 206+16+125=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE107D is #31EF82. Grayscale: #545454. Windows color (decimal): -3272579 or 8196302. OLE color: 8196302.

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

Color convert

RGB 206 16 125 -
CMYK 0 0.92 0.39 0.19
HSL 325.58º 0.86% 0.44% -
HSV(B) 325.58º 0.92% 0.81% -
XYZ 29.34 14.97 20.75 -
YUV 85.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 206 16 125 0 0.92 0.39 0.19 325.58 0.86 0.44
Hex CE 10 7D 0 5C 27 13 146 56 2C
Octal 316 20 175 0 134 47 23 506 126 54
Binary 11001110 10000 1111101 0 1011100 100111 10011 101000110 1010110 101100

Color Harmonies of #CE107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE107D

Black with #CE107D

Text Example


Text Example

White with #CE107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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