Html Css Color HEX #CE25A6 Medium Violet Red

📋 copy color: '#CE25A6'

red 206 ◦ green 37 ◦ blue 166

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

Shades of Medium Violet Red #CE25A6

Tints of Medium Violet Red #CE25A6

RGB

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

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

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

R = 50.37%
G = 9.05%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE25A6 (or 0xCE25A6) is known color: Medium Violet Red. HEX triplet: CE, 25 and A6. RGB value is (206,37,166). Sum of RGB (Red+Green+Blue) = 206+37+166=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25A6 is #31DA59. Grayscale: #656565. Windows color (decimal): -3267162 or 10888654. OLE color: 10888654.

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

Color convert

RGB 206 37 166 -
CMYK 0 0.82 0.19 0.19
HSL 314.2º 0.7% 0.48% -
HSV(B) 314.2º 0.82% 0.81% -
XYZ 33 17.2 37.66 -
YUV 102.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 206 37 166 0 0.82 0.19 0.19 314.2 0.7 0.48
Hex CE 25 A6 0 52 13 13 13A 46 30
Octal 316 45 246 0 122 23 23 472 106 60
Binary 11001110 100101 10100110 0 1010010 10011 10011 100111010 1000110 110000

Color Harmonies of #CE25A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25A6

Black with #CE25A6

Text Example


Text Example

White with #CE25A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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