Html Css Color HEX #CE248C Medium Violet Red

📋 copy color: '#CE248C'

red 206 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #CE248C

Tints of Medium Violet Red #CE248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

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

R = 53.93%
G = 9.42%
B = 36.65%

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

#CE248C (or 0xCE248C) is known color: Medium Violet Red. HEX triplet: CE, 24 and 8C. RGB value is (206,36,140). Sum of RGB (Red+Green+Blue) = 206+36+140=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE248C is #31DB73. Grayscale: #626262. Windows color (decimal): -3267444 or 9184462. OLE color: 9184462.

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

Color convert

RGB 206 36 140 -
CMYK 0 0.83 0.32 0.19
HSL 323.29º 0.7% 0.47% -
HSV(B) 323.29º 0.83% 0.81% -
XYZ 30.82 16.28 26.33 -
YUV 98.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 206 36 140 0 0.83 0.32 0.19 323.29 0.7 0.47
Hex CE 24 8C 0 53 20 13 143 46 2F
Octal 316 44 214 0 123 40 23 503 106 57
Binary 11001110 100100 10001100 0 1010011 100000 10011 101000011 1000110 101111

Color Harmonies of #CE248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE248C

Black with #CE248C

Text Example


Text Example

White with #CE248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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