Html Css Color HEX #CE25AB Medium Violet Red

📋 copy color: '#CE25AB'

red 206 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #CE25AB

Tints of Medium Violet Red #CE25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 49.76%
G = 8.94%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE25AB (or 0xCE25AB) is known color: Medium Violet Red. HEX triplet: CE, 25 and AB. RGB value is (206,37,171). Sum of RGB (Red+Green+Blue) = 206+37+171=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25AB is #31DA54. Grayscale: #666666. Windows color (decimal): -3267157 or 11216334. OLE color: 11216334.

HSL color Cylindrical-coordinate representation of color #CE25AB: hue angle of 312.43º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE25AB is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 171 -
CMYK 0 0.82 0.17 0.19
HSL 312.43º 0.7% 0.48% -
HSV(B) 312.43º 0.82% 0.81% -
XYZ 33.47 17.39 40.12 -
YUV 102.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 206 37 171 0 0.82 0.17 0.19 312.43 0.7 0.48
Hex CE 25 AB 0 52 11 13 138 46 30
Octal 316 45 253 0 122 21 23 470 106 60
Binary 11001110 100101 10101011 0 1010010 10001 10011 100111000 1000110 110000

Color Harmonies of #CE25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25AB

Black with #CE25AB

Text Example


Text Example

White with #CE25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25AB; }

 p { color: rgb(206,37,171); }

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

background-color css

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

 a { background-color: rgb(206,37,171); }

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

border-color css

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

 span { border-color: rgb(206,37,171); }

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