Html Css Color HEX #CE127E Medium Violet Red

📋 copy color: '#CE127E'

red 206 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #CE127E

Tints of Medium Violet Red #CE127E

RGB

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

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

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

R = 58.86%
G = 5.14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE127E (or 0xCE127E) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7E. RGB value is (206,18,126). Sum of RGB (Red+Green+Blue) = 206+18+126=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127E is #31ED81. Grayscale: #565656. Windows color (decimal): -3272066 or 8262350. OLE color: 8262350.

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

Color convert

RGB 206 18 126 -
CMYK 0 0.91 0.39 0.19
HSL 325.53º 0.84% 0.44% -
HSV(B) 325.53º 0.91% 0.81% -
XYZ 29.44 15.06 21.09 -
YUV 86.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 206 18 126 0 0.91 0.39 0.19 325.53 0.84 0.44
Hex CE 12 7E 0 5B 27 13 146 54 2C
Octal 316 22 176 0 133 47 23 506 124 54
Binary 11001110 10010 1111110 0 1011011 100111 10011 101000110 1010100 101100

Color Harmonies of #CE127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE127E

Black with #CE127E

Text Example


Text Example

White with #CE127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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