Html Css Color HEX #CE05A6 Medium Violet Red

📋 copy color: '#CE05A6'

red 206 ◦ green 5 ◦ blue 166

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

Shades of Medium Violet Red #CE05A6

Tints of Medium Violet Red #CE05A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 54.64%
G = 1.33%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE05A6 (or 0xCE05A6) is known color: Medium Violet Red. HEX triplet: CE, 05 and A6. RGB value is (206,5,166). Sum of RGB (Red+Green+Blue) = 206+5+166=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05A6 is #31FA59. Grayscale: #535353. Windows color (decimal): -3275354 or 10880462. OLE color: 10880462.

HSL color Cylindrical-coordinate representation of color #CE05A6: hue angle of 311.94º degrees, saturation: 0.95, 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 #CE05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 166 -
CMYK 0 0.98 0.19 0.19
HSL 311.94º 0.95% 0.41% -
HSV(B) 311.94º 0.98% 0.81% -
XYZ 32.39 15.98 37.45 -
YUV 83.45 174.59 215.41 -
System Red Green Blue C M Y K H S L
Decimal 206 5 166 0 0.98 0.19 0.19 311.94 0.95 0.41
Hex CE 5 A6 0 62 13 13 138 5F 29
Octal 316 5 246 0 142 23 23 470 137 51
Binary 11001110 101 10100110 0 1100010 10011 10011 100111000 1011111 101001

Color Harmonies of #CE05A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05A6

Black with #CE05A6

Text Example


Text Example

White with #CE05A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05A6; }

 p { color: rgb(206,5,166); }

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

background-color css

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

 a { background-color: rgb(206,5,166); }

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

border-color css

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

 span { border-color: rgb(206,5,166); }

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