Html Css Color HEX #CE068D Medium Violet Red

📋 copy color: '#CE068D'

red 206 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #CE068D

Tints of Medium Violet Red #CE068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 58.36%
G = 1.7%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE068D (or 0xCE068D) is known color: Medium Violet Red. HEX triplet: CE, 06 and 8D. RGB value is (206,6,141). Sum of RGB (Red+Green+Blue) = 206+6+141=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE068D is #31F972. Grayscale: #505050. Windows color (decimal): -3275123 or 9242318. OLE color: 9242318.

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

Color convert

RGB 206 6 141 -
CMYK 0 0.97 0.32 0.19
HSL 319.5º 0.94% 0.42% -
HSV(B) 319.5º 0.97% 0.81% -
XYZ 30.33 15.18 26.53 -
YUV 81.19 161.76 217.02 -
System Red Green Blue C M Y K H S L
Decimal 206 6 141 0 0.97 0.32 0.19 319.5 0.94 0.42
Hex CE 6 8D 0 61 20 13 140 5E 2A
Octal 316 6 215 0 141 40 23 500 136 52
Binary 11001110 110 10001101 0 1100001 100000 10011 101000000 1011110 101010

Color Harmonies of #CE068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE068D

Black with #CE068D

Text Example


Text Example

White with #CE068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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