Html Css Color HEX #CE148F Medium Violet Red

📋 copy color: '#CE148F'

red 206 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #CE148F

Tints of Medium Violet Red #CE148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

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

R = 55.83%
G = 5.42%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE148F (or 0xCE148F) is known color: Medium Violet Red. HEX triplet: CE, 14 and 8F. RGB value is (206,20,143). Sum of RGB (Red+Green+Blue) = 206+20+143=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE148F is #31EB70. Grayscale: #595959. Windows color (decimal): -3271537 or 9376974. OLE color: 9376974.

HSL color Cylindrical-coordinate representation of color #CE148F: hue angle of 320.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE148F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 143 -
CMYK 0 0.90 0.31 0.19
HSL 320.32º 0.82% 0.44% -
HSV(B) 320.32º 0.9% 0.81% -
XYZ 30.66 15.61 27.38 -
YUV 89.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 206 20 143 0 0.90 0.31 0.19 320.32 0.82 0.44
Hex CE 14 8F 0 5A 1F 13 140 52 2C
Octal 316 24 217 0 132 37 23 500 122 54
Binary 11001110 10100 10001111 0 1011010 11111 10011 101000000 1010010 101100

Color Harmonies of #CE148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE148F

Black with #CE148F

Text Example


Text Example

White with #CE148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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