Html Css Color HEX #CE248D Medium Violet Red

📋 copy color: '#CE248D'

red 206 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #CE248D

Tints of Medium Violet Red #CE248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 53.79%
G = 9.4%
B = 36.81%

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

#CE248D (or 0xCE248D) is known color: Medium Violet Red. HEX triplet: CE, 24 and 8D. RGB value is (206,36,141). Sum of RGB (Red+Green+Blue) = 206+36+141=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE248D is #31DB72. Grayscale: #626262. Windows color (decimal): -3267443 or 9249998. OLE color: 9249998.

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

Color convert

RGB 206 36 141 -
CMYK 0 0.83 0.32 0.19
HSL 322.94º 0.7% 0.47% -
HSV(B) 322.94º 0.83% 0.81% -
XYZ 30.89 16.31 26.72 -
YUV 98.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 206 36 141 0 0.83 0.32 0.19 322.94 0.7 0.47
Hex CE 24 8D 0 53 20 13 143 46 2F
Octal 316 44 215 0 123 40 23 503 106 57
Binary 11001110 100100 10001101 0 1010011 100000 10011 101000011 1000110 101111

Color Harmonies of #CE248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE248D

Black with #CE248D

Text Example


Text Example

White with #CE248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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