Html Css Color HEX #CE51B0 Fuchsia

📋 copy color: '#CE51B0'

red 206 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #CE51B0

Tints of Fuchsia #CE51B0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 44.49%
G = 17.49%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE51B0 (or 0xCE51B0) is known color: Fuchsia. HEX triplet: CE, 51 and B0. RGB value is (206,81,176). Sum of RGB (Red+Green+Blue) = 206+81+176=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE51B0 is #31AE4F. Grayscale: #808080. Windows color (decimal): -3255888 or 11555278. OLE color: 11555278.

HSL color Cylindrical-coordinate representation of color #CE51B0: hue angle of 314.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE51B0 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 176 -
CMYK 0 0.61 0.15 0.19
HSL 314.4º 0.56% 0.56% -
HSV(B) 314.4º 0.61% 0.81% -
XYZ 36.23 22.14 43.44 -
YUV 129.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 206 81 176 0 0.61 0.15 0.19 314.4 0.56 0.56
Hex CE 51 B0 0 3D F 13 13A 38 38
Octal 316 121 260 0 75 17 23 472 70 70
Binary 11001110 1010001 10110000 0 111101 1111 10011 100111010 111000 111000

Color Harmonies of #CE51B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51B0

Black with #CE51B0

Text Example


Text Example

White with #CE51B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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