Html Css Color HEX #CE228C Medium Violet Red

📋 copy color: '#CE228C'

red 206 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #CE228C

Tints of Medium Violet Red #CE228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 54.21%
G = 8.95%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE228C (or 0xCE228C) is known color: Medium Violet Red. HEX triplet: CE, 22 and 8C. RGB value is (206,34,140). Sum of RGB (Red+Green+Blue) = 206+34+140=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE228C is #31DD73. Grayscale: #616161. Windows color (decimal): -3267956 or 9183950. OLE color: 9183950.

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

Color convert

RGB 206 34 140 -
CMYK 0 0.83 0.32 0.19
HSL 323.02º 0.72% 0.47% -
HSV(B) 323.02º 0.83% 0.81% -
XYZ 30.76 16.16 26.31 -
YUV 97.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 206 34 140 0 0.83 0.32 0.19 323.02 0.72 0.47
Hex CE 22 8C 0 53 20 13 143 48 2F
Octal 316 42 214 0 123 40 23 503 110 57
Binary 11001110 100010 10001100 0 1010011 100000 10011 101000011 1001000 101111

Color Harmonies of #CE228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE228C

Black with #CE228C

Text Example


Text Example

White with #CE228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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