Html Css Color HEX #CE217D Medium Violet Red

📋 copy color: '#CE217D'

red 206 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #CE217D

Tints of Medium Violet Red #CE217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 56.59%
G = 9.07%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE217D (or 0xCE217D) is known color: Medium Violet Red. HEX triplet: CE, 21 and 7D. RGB value is (206,33,125). Sum of RGB (Red+Green+Blue) = 206+33+125=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE217D is #31DE82. Grayscale: #5F5F5F. Windows color (decimal): -3268227 or 8200654. OLE color: 8200654.

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

Color convert

RGB 206 33 125 -
CMYK 0 0.84 0.39 0.19
HSL 328.09º 0.72% 0.47% -
HSV(B) 328.09º 0.84% 0.81% -
XYZ 29.7 15.69 20.87 -
YUV 95.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 206 33 125 0 0.84 0.39 0.19 328.09 0.72 0.47
Hex CE 21 7D 0 54 27 13 148 48 2F
Octal 316 41 175 0 124 47 23 510 110 57
Binary 11001110 100001 1111101 0 1010100 100111 10011 101001000 1001000 101111

Color Harmonies of #CE217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE217D

Black with #CE217D

Text Example


Text Example

White with #CE217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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