Html Css Color HEX #CE05A2 Medium Violet Red

📋 copy color: '#CE05A2'

red 206 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #CE05A2

Tints of Medium Violet Red #CE05A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 55.23%
G = 1.34%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE05A2 (or 0xCE05A2) is known color: Medium Violet Red. HEX triplet: CE, 05 and A2. RGB value is (206,5,162). Sum of RGB (Red+Green+Blue) = 206+5+162=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05A2 is #31FA5D. Grayscale: #525252. Windows color (decimal): -3275358 or 10618318. OLE color: 10618318.

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

Color convert

RGB 206 5 162 -
CMYK 0 0.98 0.21 0.19
HSL 313.13º 0.95% 0.41% -
HSV(B) 313.13º 0.98% 0.81% -
XYZ 32.03 15.84 35.55 -
YUV 83 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 206 5 162 0 0.98 0.21 0.19 313.13 0.95 0.41
Hex CE 5 A2 0 62 15 13 139 5F 29
Octal 316 5 242 0 142 25 23 471 137 51
Binary 11001110 101 10100010 0 1100010 10101 10011 100111001 1011111 101001

Color Harmonies of #CE05A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05A2

Black with #CE05A2

Text Example


Text Example

White with #CE05A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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