Html Css Color HEX #CE127A Medium Violet Red

📋 copy color: '#CE127A'

red 206 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #CE127A

Tints of Medium Violet Red #CE127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 59.54%
G = 5.2%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE127A (or 0xCE127A) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7A. RGB value is (206,18,122). Sum of RGB (Red+Green+Blue) = 206+18+122=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127A is #31ED85. Grayscale: #555555. Windows color (decimal): -3272070 or 8000206. OLE color: 8000206.

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

Color convert

RGB 206 18 122 -
CMYK 0 0.91 0.41 0.19
HSL 326.81º 0.84% 0.44% -
HSV(B) 326.81º 0.91% 0.81% -
XYZ 29.18 14.96 19.76 -
YUV 86.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 206 18 122 0 0.91 0.41 0.19 326.81 0.84 0.44
Hex CE 12 7A 0 5B 29 13 147 54 2C
Octal 316 22 172 0 133 51 23 507 124 54
Binary 11001110 10010 1111010 0 1011011 101001 10011 101000111 1010100 101100

Color Harmonies of #CE127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE127A

Black with #CE127A

Text Example


Text Example

White with #CE127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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