Html Css Color HEX #CE248B Medium Violet Red

📋 copy color: '#CE248B'

red 206 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #CE248B

Tints of Medium Violet Red #CE248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 54.07%
G = 9.45%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE248B (or 0xCE248B) is known color: Medium Violet Red. HEX triplet: CE, 24 and 8B. RGB value is (206,36,139). Sum of RGB (Red+Green+Blue) = 206+36+139=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE248B is #31DB74. Grayscale: #626262. Windows color (decimal): -3267445 or 9118926. OLE color: 9118926.

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

Color convert

RGB 206 36 139 -
CMYK 0 0.83 0.33 0.19
HSL 323.65º 0.7% 0.47% -
HSV(B) 323.65º 0.83% 0.81% -
XYZ 30.74 16.25 25.94 -
YUV 98.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 206 36 139 0 0.83 0.33 0.19 323.65 0.7 0.47
Hex CE 24 8B 0 53 21 13 144 46 2F
Octal 316 44 213 0 123 41 23 504 106 57
Binary 11001110 100100 10001011 0 1010011 100001 10011 101000100 1000110 101111

Color Harmonies of #CE248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE248B

Black with #CE248B

Text Example


Text Example

White with #CE248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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