Html Css Color HEX #CE04A1 Medium Violet Red

📋 copy color: '#CE04A1'

red 206 ◦ green 4 ◦ blue 161

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

Shades of Medium Violet Red #CE04A1

Tints of Medium Violet Red #CE04A1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 55.53%
G = 1.08%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE04A1 (or 0xCE04A1) is known color: Medium Violet Red. HEX triplet: CE, 04 and A1. RGB value is (206,4,161). Sum of RGB (Red+Green+Blue) = 206+4+161=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04A1 is #31FB5E. Grayscale: #515151. Windows color (decimal): -3275615 or 10552526. OLE color: 10552526.

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

Color convert

RGB 206 4 161 -
CMYK 0 0.98 0.22 0.19
HSL 313.37º 0.96% 0.41% -
HSV(B) 313.37º 0.98% 0.81% -
XYZ 31.93 15.78 35.08 -
YUV 82.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 206 4 161 0 0.98 0.22 0.19 313.37 0.96 0.41
Hex CE 4 A1 0 62 16 13 139 60 29
Octal 316 4 241 0 142 26 23 471 140 51
Binary 11001110 100 10100001 0 1100010 10110 10011 100111001 1100000 101001

Color Harmonies of #CE04A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04A1

Black with #CE04A1

Text Example


Text Example

White with #CE04A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04A1; }

 p { color: rgb(206,4,161); }

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

background-color css

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

 a { background-color: rgb(206,4,161); }

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

border-color css

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

 span { border-color: rgb(206,4,161); }

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