Html Css Color HEX #CE217A Medium Violet Red

📋 copy color: '#CE217A'

red 206 ◦ green 33 ◦ blue 122

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

Shades of Medium Violet Red #CE217A

Tints of Medium Violet Red #CE217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.14%

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

R = 57.06%
G = 9.14%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE217A (or 0xCE217A) is known color: Medium Violet Red. HEX triplet: CE, 21 and 7A. RGB value is (206,33,122). Sum of RGB (Red+Green+Blue) = 206+33+122=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE217A is #31DE85. Grayscale: #5E5E5E. Windows color (decimal): -3268230 or 8004046. OLE color: 8004046.

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

Color convert

RGB 206 33 122 -
CMYK 0 0.84 0.41 0.19
HSL 329.13º 0.72% 0.47% -
HSV(B) 329.13º 0.84% 0.81% -
XYZ 29.51 15.61 19.87 -
YUV 94.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 206 33 122 0 0.84 0.41 0.19 329.13 0.72 0.47
Hex CE 21 7A 0 54 29 13 149 48 2F
Octal 316 41 172 0 124 51 23 511 110 57
Binary 11001110 100001 1111010 0 1010100 101001 10011 101001001 1001000 101111

Color Harmonies of #CE217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE217A

Black with #CE217A

Text Example


Text Example

White with #CE217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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