Html Css Color HEX #CE1B7A Medium Violet Red

📋 copy color: '#CE1B7A'

red 206 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #CE1B7A

Tints of Medium Violet Red #CE1B7A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 58.03%
G = 7.61%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE1B7A (or 0xCE1B7A) is known color: Medium Violet Red. HEX triplet: CE, 1B and 7A. RGB value is (206,27,122). Sum of RGB (Red+Green+Blue) = 206+27+122=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B7A is #31E485. Grayscale: #5B5B5B. Windows color (decimal): -3269766 or 8002510. OLE color: 8002510.

HSL color Cylindrical-coordinate representation of color #CE1B7A: hue angle of 328.16º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B7A is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 122 -
CMYK 0 0.87 0.41 0.19
HSL 328.16º 0.77% 0.46% -
HSV(B) 328.16º 0.87% 0.81% -
XYZ 29.36 15.31 19.82 -
YUV 91.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 206 27 122 0 0.87 0.41 0.19 328.16 0.77 0.46
Hex CE 1B 7A 0 57 29 13 148 4D 2E
Octal 316 33 172 0 127 51 23 510 115 56
Binary 11001110 11011 1111010 0 1010111 101001 10011 101001000 1001101 101110

Color Harmonies of #CE1B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B7A

Black with #CE1B7A

Text Example


Text Example

White with #CE1B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B7A; }

 p { color: rgb(206,27,122); }

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

background-color css

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

 a { background-color: rgb(206,27,122); }

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

border-color css

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

 span { border-color: rgb(206,27,122); }

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