Html Css Color HEX #CE126F Medium Violet Red

📋 copy color: '#CE126F'

red 206 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #CE126F

Tints of Medium Violet Red #CE126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 61.49%
G = 5.37%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE126F (or 0xCE126F) is known color: Medium Violet Red. HEX triplet: CE, 12 and 6F. RGB value is (206,18,111). Sum of RGB (Red+Green+Blue) = 206+18+111=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE126F is #31ED90. Grayscale: #545454. Windows color (decimal): -3272081 or 7279310. OLE color: 7279310.

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

Color convert

RGB 206 18 111 -
CMYK 0 0.91 0.46 0.19
HSL 330.32º 0.84% 0.44% -
HSV(B) 330.32º 0.91% 0.81% -
XYZ 28.54 14.7 16.37 -
YUV 84.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 206 18 111 0 0.91 0.46 0.19 330.32 0.84 0.44
Hex CE 12 6F 0 5B 2E 13 14A 54 2C
Octal 316 22 157 0 133 56 23 512 124 54
Binary 11001110 10010 1101111 0 1011011 101110 10011 101001010 1010100 101100

Color Harmonies of #CE126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE126F

Black with #CE126F

Text Example


Text Example

White with #CE126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE126F; }

 p { color: rgb(206,18,111); }

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

background-color css

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

 a { background-color: rgb(206,18,111); }

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

border-color css

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

 span { border-color: rgb(206,18,111); }

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