Html Css Color HEX #CE229D Medium Violet Red

📋 copy color: '#CE229D'

red 206 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #CE229D

Tints of Medium Violet Red #CE229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.56%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 51.89%
G = 8.56%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE229D (or 0xCE229D) is known color: Medium Violet Red. HEX triplet: CE, 22 and 9D. RGB value is (206,34,157). Sum of RGB (Red+Green+Blue) = 206+34+157=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE229D is #31DD62. Grayscale: #636363. Windows color (decimal): -3267939 or 10298062. OLE color: 10298062.

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

Color convert

RGB 206 34 157 -
CMYK 0 0.83 0.24 0.19
HSL 317.09º 0.72% 0.47% -
HSV(B) 317.09º 0.83% 0.81% -
XYZ 32.11 16.7 33.43 -
YUV 99.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 206 34 157 0 0.83 0.24 0.19 317.09 0.72 0.47
Hex CE 22 9D 0 53 18 13 13D 48 2F
Octal 316 42 235 0 123 30 23 475 110 57
Binary 11001110 100010 10011101 0 1010011 11000 10011 100111101 1001000 101111

Color Harmonies of #CE229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE229D

Black with #CE229D

Text Example


Text Example

White with #CE229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE229D; }

 p { color: rgb(206,34,157); }

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

background-color css

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

 a { background-color: rgb(206,34,157); }

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

border-color css

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

 span { border-color: rgb(206,34,157); }

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