Html Css Color HEX #CE25AC Medium Violet Red

📋 copy color: '#CE25AC'

red 206 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #CE25AC

Tints of Medium Violet Red #CE25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 49.64%
G = 8.92%
B = 41.45%

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

#CE25AC (or 0xCE25AC) is known color: Medium Violet Red. HEX triplet: CE, 25 and AC. RGB value is (206,37,172). Sum of RGB (Red+Green+Blue) = 206+37+172=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25AC is #31DA53. Grayscale: #666666. Windows color (decimal): -3267156 or 11281870. OLE color: 11281870.

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

Color convert

RGB 206 37 172 -
CMYK 0 0.82 0.17 0.19
HSL 312.07º 0.7% 0.48% -
HSV(B) 312.07º 0.82% 0.81% -
XYZ 33.56 17.42 40.62 -
YUV 102.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 206 37 172 0 0.82 0.17 0.19 312.07 0.7 0.48
Hex CE 25 AC 0 52 11 13 138 46 30
Octal 316 45 254 0 122 21 23 470 106 60
Binary 11001110 100101 10101100 0 1010010 10001 10011 100111000 1000110 110000

Color Harmonies of #CE25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25AC

Black with #CE25AC

Text Example


Text Example

White with #CE25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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