Html Css Color HEX #CE10A7 Medium Violet Red

📋 copy color: '#CE10A7'

red 206 ◦ green 16 ◦ blue 167

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

Shades of Medium Violet Red #CE10A7

Tints of Medium Violet Red #CE10A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.93%

R = 52.96%
G = 4.11%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE10A7 (or 0xCE10A7) is known color: Medium Violet Red. HEX triplet: CE, 10 and A7. RGB value is (206,16,167). Sum of RGB (Red+Green+Blue) = 206+16+167=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10A7 is #31EF58. Grayscale: #595959. Windows color (decimal): -3272537 or 10948814. OLE color: 10948814.

HSL color Cylindrical-coordinate representation of color #CE10A7: hue angle of 312.32º 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 #CE10A7 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 167 -
CMYK 0 0.92 0.19 0.19
HSL 312.32º 0.86% 0.44% -
HSV(B) 312.32º 0.92% 0.81% -
XYZ 32.61 16.28 37.98 -
YUV 90.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 206 16 167 0 0.92 0.19 0.19 312.32 0.86 0.44
Hex CE 10 A7 0 5C 13 13 138 56 2C
Octal 316 20 247 0 134 23 23 470 126 54
Binary 11001110 10000 10100111 0 1011100 10011 10011 100111000 1010110 101100

Color Harmonies of #CE10A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10A7

Black with #CE10A7

Text Example


Text Example

White with #CE10A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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