Html Css Color HEX #CE2277 Medium Violet Red

📋 copy color: '#CE2277'

red 206 ◦ green 34 ◦ blue 119

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

Shades of Medium Violet Red #CE2277

Tints of Medium Violet Red #CE2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 57.38%
G = 9.47%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE2277 (or 0xCE2277) is known color: Medium Violet Red. HEX triplet: CE, 22 and 77. RGB value is (206,34,119). Sum of RGB (Red+Green+Blue) = 206+34+119=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2277 is #31DD88. Grayscale: #5E5E5E. Windows color (decimal): -3267977 or 7807694. OLE color: 7807694.

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

Color convert

RGB 206 34 119 -
CMYK 0 0.83 0.42 0.19
HSL 330.35º 0.72% 0.47% -
HSV(B) 330.35º 0.83% 0.81% -
XYZ 29.36 15.6 18.92 -
YUV 95.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 206 34 119 0 0.83 0.42 0.19 330.35 0.72 0.47
Hex CE 22 77 0 53 2A 13 14A 48 2F
Octal 316 42 167 0 123 52 23 512 110 57
Binary 11001110 100010 1110111 0 1010011 101010 10011 101001010 1001000 101111

Color Harmonies of #CE2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2277

Black with #CE2277

Text Example


Text Example

White with #CE2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2277; }

 p { color: rgb(206,34,119); }

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

background-color css

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

 a { background-color: rgb(206,34,119); }

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

border-color css

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

 span { border-color: rgb(206,34,119); }

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