Html Css Color HEX #CE29AF Medium Violet Red

📋 copy color: '#CE29AF'

red 206 ◦ green 41 ◦ blue 175

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

Shades of Medium Violet Red #CE29AF

Tints of Medium Violet Red #CE29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 48.82%
G = 9.72%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE29AF (or 0xCE29AF) is known color: Medium Violet Red. HEX triplet: CE, 29 and AF. RGB value is (206,41,175). Sum of RGB (Red+Green+Blue) = 206+41+175=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29AF is #31D650. Grayscale: #696969. Windows color (decimal): -3266129 or 11479502. OLE color: 11479502.

HSL color Cylindrical-coordinate representation of color #CE29AF: hue angle of 311.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29AF is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 175 -
CMYK 0 0.80 0.15 0.19
HSL 311.27º 0.67% 0.48% -
HSV(B) 311.27º 0.8% 0.81% -
XYZ 33.98 17.8 42.2 -
YUV 105.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 206 41 175 0 0.80 0.15 0.19 311.27 0.67 0.48
Hex CE 29 AF 0 50 F 13 137 43 30
Octal 316 51 257 0 120 17 23 467 103 60
Binary 11001110 101001 10101111 0 1010000 1111 10011 100110111 1000011 110000

Color Harmonies of #CE29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29AF

Black with #CE29AF

Text Example


Text Example

White with #CE29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29AF; }

 p { color: rgb(206,41,175); }

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

background-color css

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

 a { background-color: rgb(206,41,175); }

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

border-color css

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

 span { border-color: rgb(206,41,175); }

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