Html Css Color HEX #CE1298 Medium Violet Red

📋 copy color: '#CE1298'

red 206 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #CE1298

Tints of Medium Violet Red #CE1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 54.79%
G = 4.79%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE1298 (or 0xCE1298) is known color: Medium Violet Red. HEX triplet: CE, 12 and 98. RGB value is (206,18,152). Sum of RGB (Red+Green+Blue) = 206+18+152=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1298 is #31ED67. Grayscale: #595959. Windows color (decimal): -3272040 or 9966286. OLE color: 9966286.

HSL color Cylindrical-coordinate representation of color #CE1298: hue angle of 317.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1298 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 152 -
CMYK 0 0.91 0.26 0.19
HSL 317.23º 0.84% 0.44% -
HSV(B) 317.23º 0.91% 0.81% -
XYZ 31.34 15.82 31.11 -
YUV 89.49 163.28 211.1 -
System Red Green Blue C M Y K H S L
Decimal 206 18 152 0 0.91 0.26 0.19 317.23 0.84 0.44
Hex CE 12 98 0 5B 1A 13 13D 54 2C
Octal 316 22 230 0 133 32 23 475 124 54
Binary 11001110 10010 10011000 0 1011011 11010 10011 100111101 1010100 101100

Color Harmonies of #CE1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1298

Black with #CE1298

Text Example


Text Example

White with #CE1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1298; }

 p { color: rgb(206,18,152); }

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

background-color css

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

 a { background-color: rgb(206,18,152); }

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

border-color css

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

 span { border-color: rgb(206,18,152); }

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