Html Css Color HEX #CE069E Medium Violet Red

📋 copy color: '#CE069E'

red 206 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #CE069E

Tints of Medium Violet Red #CE069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 55.68%
G = 1.62%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE069E (or 0xCE069E) is known color: Medium Violet Red. HEX triplet: CE, 06 and 9E. RGB value is (206,6,158). Sum of RGB (Red+Green+Blue) = 206+6+158=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE069E is #31F961. Grayscale: #525252. Windows color (decimal): -3275106 or 10356430. OLE color: 10356430.

HSL color Cylindrical-coordinate representation of color #CE069E: hue angle of 314.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE069E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 158 -
CMYK 0 0.97 0.23 0.19
HSL 314.4º 0.94% 0.42% -
HSV(B) 314.4º 0.97% 0.81% -
XYZ 31.69 15.72 33.71 -
YUV 83.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 206 6 158 0 0.97 0.23 0.19 314.4 0.94 0.42
Hex CE 6 9E 0 61 17 13 13A 5E 2A
Octal 316 6 236 0 141 27 23 472 136 52
Binary 11001110 110 10011110 0 1100001 10111 10011 100111010 1011110 101010

Color Harmonies of #CE069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE069E

Black with #CE069E

Text Example


Text Example

White with #CE069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE069E; }

 p { color: rgb(206,6,158); }

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

background-color css

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

 a { background-color: rgb(206,6,158); }

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

border-color css

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

 span { border-color: rgb(206,6,158); }

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