Html Css Color HEX #CE10A4 Medium Violet Red

📋 copy color: '#CE10A4'

red 206 ◦ green 16 ◦ blue 164

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

Shades of Medium Violet Red #CE10A4

Tints of Medium Violet Red #CE10A4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 53.37%
G = 4.15%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE10A4 (or 0xCE10A4) is known color: Medium Violet Red. HEX triplet: CE, 10 and A4. RGB value is (206,16,164). Sum of RGB (Red+Green+Blue) = 206+16+164=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10A4 is #31EF5B. Grayscale: #595959. Windows color (decimal): -3272540 or 10752206. OLE color: 10752206.

HSL color Cylindrical-coordinate representation of color #CE10A4: hue angle of 313.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10A4 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 164 -
CMYK 0 0.92 0.20 0.19
HSL 313.26º 0.86% 0.44% -
HSV(B) 313.26º 0.92% 0.81% -
XYZ 32.34 16.17 36.54 -
YUV 89.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 206 16 164 0 0.92 0.20 0.19 313.26 0.86 0.44
Hex CE 10 A4 0 5C 14 13 139 56 2C
Octal 316 20 244 0 134 24 23 471 126 54
Binary 11001110 10000 10100100 0 1011100 10100 10011 100111001 1010110 101100

Color Harmonies of #CE10A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10A4

Black with #CE10A4

Text Example


Text Example

White with #CE10A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10A4; }

 p { color: rgb(206,16,164); }

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

background-color css

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

 a { background-color: rgb(206,16,164); }

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

border-color css

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

 span { border-color: rgb(206,16,164); }

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