Html Css Color HEX #CE28AF Medium Violet Red

📋 copy color: '#CE28AF'

red 206 ◦ green 40 ◦ blue 175

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

Shades of Medium Violet Red #CE28AF

Tints of Medium Violet Red #CE28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.5%

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

R = 48.93%
G = 9.5%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE28AF (or 0xCE28AF) is known color: Medium Violet Red. HEX triplet: CE, 28 and AF. RGB value is (206,40,175). Sum of RGB (Red+Green+Blue) = 206+40+175=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28AF is #31D750. Grayscale: #686868. Windows color (decimal): -3266385 or 11479246. OLE color: 11479246.

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

Color convert

RGB 206 40 175 -
CMYK 0 0.81 0.15 0.19
HSL 311.2º 0.67% 0.48% -
HSV(B) 311.2º 0.81% 0.81% -
XYZ 33.95 17.73 42.19 -
YUV 105.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 206 40 175 0 0.81 0.15 0.19 311.2 0.67 0.48
Hex CE 28 AF 0 51 F 13 137 43 30
Octal 316 50 257 0 121 17 23 467 103 60
Binary 11001110 101000 10101111 0 1010001 1111 10011 100110111 1000011 110000

Color Harmonies of #CE28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28AF

Black with #CE28AF

Text Example


Text Example

White with #CE28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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