Html Css Color HEX #CE26B0 Medium Violet Red

📋 copy color: '#CE26B0'

red 206 ◦ green 38 ◦ blue 176

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

Shades of Medium Violet Red #CE26B0

Tints of Medium Violet Red #CE26B0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 49.05%
G = 9.05%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE26B0 (or 0xCE26B0) is known color: Medium Violet Red. HEX triplet: CE, 26 and B0. RGB value is (206,38,176). Sum of RGB (Red+Green+Blue) = 206+38+176=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE26B0 is #31D94F. Grayscale: #676767. Windows color (decimal): -3266896 or 11544270. OLE color: 11544270.

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

Color convert

RGB 206 38 176 -
CMYK 0 0.82 0.15 0.19
HSL 310.71º 0.69% 0.48% -
HSV(B) 310.71º 0.82% 0.81% -
XYZ 33.98 17.64 42.69 -
YUV 103.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 206 38 176 0 0.82 0.15 0.19 310.71 0.69 0.48
Hex CE 26 B0 0 52 F 13 137 45 30
Octal 316 46 260 0 122 17 23 467 105 60
Binary 11001110 100110 10110000 0 1010010 1111 10011 100110111 1000101 110000

Color Harmonies of #CE26B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26B0

Black with #CE26B0

Text Example


Text Example

White with #CE26B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26B0; }

 p { color: rgb(206,38,176); }

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

background-color css

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

 a { background-color: rgb(206,38,176); }

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

border-color css

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

 span { border-color: rgb(206,38,176); }

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