Html Css Color HEX #CE31B9 Fuchsia

📋 copy color: '#CE31B9'

red 206 ◦ green 49 ◦ blue 185

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

Shades of Fuchsia #CE31B9

Tints of Fuchsia #CE31B9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.14%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 46.82%
G = 11.14%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE31B9 (or 0xCE31B9) is known color: Fuchsia. HEX triplet: CE, 31 and B9. RGB value is (206,49,185). Sum of RGB (Red+Green+Blue) = 206+49+185=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31B9 is #31CE46. Grayscale: #6F6F6F. Windows color (decimal): -3264071 or 12136910. OLE color: 12136910.

HSL color Cylindrical-coordinate representation of color #CE31B9: hue angle of 308.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE31B9 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 185 -
CMYK 0 0.76 0.10 0.19
HSL 308.03º 0.62% 0.5% -
HSV(B) 308.03º 0.76% 0.81% -
XYZ 35.31 18.82 47.67 -
YUV 111.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 206 49 185 0 0.76 0.10 0.19 308.03 0.62 0.5
Hex CE 31 B9 0 4C A 13 134 3E 32
Octal 316 61 271 0 114 12 23 464 76 62
Binary 11001110 110001 10111001 0 1001100 1010 10011 100110100 111110 110010

Color Harmonies of #CE31B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31B9

Black with #CE31B9

Text Example


Text Example

White with #CE31B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31B9; }

 p { color: rgb(206,49,185); }

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

background-color css

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

 a { background-color: rgb(206,49,185); }

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

border-color css

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

 span { border-color: rgb(206,49,185); }

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