Html Css Color HEX #CE129A Medium Violet Red

📋 copy color: '#CE129A'

red 206 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #CE129A

Tints of Medium Violet Red #CE129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 54.5%
G = 4.76%
B = 40.74%

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

#CE129A (or 0xCE129A) is known color: Medium Violet Red. HEX triplet: CE, 12 and 9A. RGB value is (206,18,154). Sum of RGB (Red+Green+Blue) = 206+18+154=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE129A is #31ED65. Grayscale: #595959. Windows color (decimal): -3272038 or 10097358. OLE color: 10097358.

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

Color convert

RGB 206 18 154 -
CMYK 0 0.91 0.25 0.19
HSL 316.6º 0.84% 0.44% -
HSV(B) 316.6º 0.91% 0.81% -
XYZ 31.5 15.89 31.98 -
YUV 89.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 206 18 154 0 0.91 0.25 0.19 316.6 0.84 0.44
Hex CE 12 9A 0 5B 19 13 13D 54 2C
Octal 316 22 232 0 133 31 23 475 124 54
Binary 11001110 10010 10011010 0 1011011 11001 10011 100111101 1010100 101100

Color Harmonies of #CE129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE129A

Black with #CE129A

Text Example


Text Example

White with #CE129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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