Html Css Color HEX #CE129B Medium Violet Red

📋 copy color: '#CE129B'

red 206 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #CE129B

Tints of Medium Violet Red #CE129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 54.35%
G = 4.75%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE129B (or 0xCE129B) is known color: Medium Violet Red. HEX triplet: CE, 12 and 9B. RGB value is (206,18,155). Sum of RGB (Red+Green+Blue) = 206+18+155=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE129B is #31ED64. Grayscale: #595959. Windows color (decimal): -3272037 or 10162894. OLE color: 10162894.

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

Color convert

RGB 206 18 155 -
CMYK 0 0.91 0.25 0.19
HSL 316.28º 0.84% 0.44% -
HSV(B) 316.28º 0.91% 0.81% -
XYZ 31.59 15.92 32.42 -
YUV 89.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 206 18 155 0 0.91 0.25 0.19 316.28 0.84 0.44
Hex CE 12 9B 0 5B 19 13 13C 54 2C
Octal 316 22 233 0 133 31 23 474 124 54
Binary 11001110 10010 10011011 0 1011011 11001 10011 100111100 1010100 101100

Color Harmonies of #CE129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE129B

Black with #CE129B

Text Example


Text Example

White with #CE129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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