Html Css Color HEX #CE238E Medium Violet Red

📋 copy color: '#CE238E'

red 206 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #CE238E

Tints of Medium Violet Red #CE238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

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

R = 53.79%
G = 9.14%
B = 37.08%

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

#CE238E (or 0xCE238E) is known color: Medium Violet Red. HEX triplet: CE, 23 and 8E. RGB value is (206,35,142). Sum of RGB (Red+Green+Blue) = 206+35+142=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE238E is #31DC71. Grayscale: #626262. Windows color (decimal): -3267698 or 9315278. OLE color: 9315278.

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

Color convert

RGB 206 35 142 -
CMYK 0 0.83 0.31 0.19
HSL 322.46º 0.71% 0.47% -
HSV(B) 322.46º 0.83% 0.81% -
XYZ 30.94 16.28 27.1 -
YUV 98.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 206 35 142 0 0.83 0.31 0.19 322.46 0.71 0.47
Hex CE 23 8E 0 53 1F 13 142 47 2F
Octal 316 43 216 0 123 37 23 502 107 57
Binary 11001110 100011 10001110 0 1010011 11111 10011 101000010 1000111 101111

Color Harmonies of #CE238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE238E

Black with #CE238E

Text Example


Text Example

White with #CE238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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