Html Css Color HEX #CE248F Medium Violet Red

📋 copy color: '#CE248F'

red 206 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #CE248F

Tints of Medium Violet Red #CE248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 53.51%
G = 9.35%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE248F (or 0xCE248F) is known color: Medium Violet Red. HEX triplet: CE, 24 and 8F. RGB value is (206,36,143). Sum of RGB (Red+Green+Blue) = 206+36+143=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE248F is #31DB70. Grayscale: #626262. Windows color (decimal): -3267441 or 9381070. OLE color: 9381070.

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

Color convert

RGB 206 36 143 -
CMYK 0 0.83 0.31 0.19
HSL 322.24º 0.7% 0.47% -
HSV(B) 322.24º 0.83% 0.81% -
XYZ 31.04 16.37 27.51 -
YUV 99.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 206 36 143 0 0.83 0.31 0.19 322.24 0.7 0.47
Hex CE 24 8F 0 53 1F 13 142 46 2F
Octal 316 44 217 0 123 37 23 502 106 57
Binary 11001110 100100 10001111 0 1010011 11111 10011 101000010 1000110 101111

Color Harmonies of #CE248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE248F

Black with #CE248F

Text Example


Text Example

White with #CE248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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