Html Css Color HEX #CE138A Medium Violet Red

📋 copy color: '#CE138A'

red 206 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #CE138A

Tints of Medium Violet Red #CE138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 56.75%
G = 5.23%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE138A (or 0xCE138A) is known color: Medium Violet Red. HEX triplet: CE, 13 and 8A. RGB value is (206,19,138). Sum of RGB (Red+Green+Blue) = 206+19+138=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE138A is #31EC75. Grayscale: #585858. Windows color (decimal): -3271798 or 9049038. OLE color: 9049038.

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

Color convert

RGB 206 19 138 -
CMYK 0 0.91 0.33 0.19
HSL 321.82º 0.83% 0.44% -
HSV(B) 321.82º 0.91% 0.81% -
XYZ 30.27 15.42 25.43 -
YUV 88.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 206 19 138 0 0.91 0.33 0.19 321.82 0.83 0.44
Hex CE 13 8A 0 5B 21 13 142 53 2C
Octal 316 23 212 0 133 41 23 502 123 54
Binary 11001110 10011 10001010 0 1011011 100001 10011 101000010 1010011 101100

Color Harmonies of #CE138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE138A

Black with #CE138A

Text Example


Text Example

White with #CE138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE138A; }

 p { color: rgb(206,19,138); }

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

background-color css

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

 a { background-color: rgb(206,19,138); }

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

border-color css

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

 span { border-color: rgb(206,19,138); }

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