Html Css Color HEX #CE167E Medium Violet Red

📋 copy color: '#CE167E'

red 206 ◦ green 22 ◦ blue 126

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

Shades of Medium Violet Red #CE167E

Tints of Medium Violet Red #CE167E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 58.19%
G = 6.21%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE167E (or 0xCE167E) is known color: Medium Violet Red. HEX triplet: CE, 16 and 7E. RGB value is (206,22,126). Sum of RGB (Red+Green+Blue) = 206+22+126=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE167E is #31E981. Grayscale: #585858. Windows color (decimal): -3271042 or 8263374. OLE color: 8263374.

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

Color convert

RGB 206 22 126 -
CMYK 0 0.89 0.39 0.19
HSL 326.09º 0.81% 0.45% -
HSV(B) 326.09º 0.89% 0.81% -
XYZ 29.51 15.2 21.12 -
YUV 88.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 206 22 126 0 0.89 0.39 0.19 326.09 0.81 0.45
Hex CE 16 7E 0 59 27 13 146 51 2D
Octal 316 26 176 0 131 47 23 506 121 55
Binary 11001110 10110 1111110 0 1011001 100111 10011 101000110 1010001 101101

Color Harmonies of #CE167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE167E

Black with #CE167E

Text Example


Text Example

White with #CE167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE167E; }

 p { color: rgb(206,22,126); }

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

background-color css

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

 a { background-color: rgb(206,22,126); }

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

border-color css

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

 span { border-color: rgb(206,22,126); }

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