Html Css Color HEX #CE248E Medium Violet Red

📋 copy color: '#CE248E'

red 206 ◦ green 36 ◦ blue 142

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

Shades of Medium Violet Red #CE248E

Tints of Medium Violet Red #CE248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 53.65%
G = 9.38%
B = 36.98%

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

#CE248E (or 0xCE248E) is known color: Medium Violet Red. HEX triplet: CE, 24 and 8E. RGB value is (206,36,142). Sum of RGB (Red+Green+Blue) = 206+36+142=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE248E is #31DB71. Grayscale: #626262. Windows color (decimal): -3267442 or 9315534. OLE color: 9315534.

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

Color convert

RGB 206 36 142 -
CMYK 0 0.83 0.31 0.19
HSL 322.59º 0.7% 0.47% -
HSV(B) 322.59º 0.83% 0.81% -
XYZ 30.97 16.34 27.11 -
YUV 98.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 206 36 142 0 0.83 0.31 0.19 322.59 0.7 0.47
Hex CE 24 8E 0 53 1F 13 143 46 2F
Octal 316 44 216 0 123 37 23 503 106 57
Binary 11001110 100100 10001110 0 1010011 11111 10011 101000011 1000110 101111

Color Harmonies of #CE248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE248E

Black with #CE248E

Text Example


Text Example

White with #CE248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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