Html Css Color HEX #CE31C8 Fuchsia

📋 copy color: '#CE31C8'

red 206 ◦ green 49 ◦ blue 200

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

Shades of Fuchsia #CE31C8

Tints of Fuchsia #CE31C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 45.27%
G = 10.77%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE31C8 (or 0xCE31C8) is known color: Fuchsia. HEX triplet: CE, 31 and C8. RGB value is (206,49,200). Sum of RGB (Red+Green+Blue) = 206+49+200=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31C8 is #31CE37. Grayscale: #707070. Windows color (decimal): -3264056 or 13119950. OLE color: 13119950.

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

Color convert

RGB 206 49 200 -
CMYK 0 0.76 0.03 0.19
HSL 302.29º 0.62% 0.5% -
HSV(B) 302.29º 0.76% 0.81% -
XYZ 36.98 19.49 56.46 -
YUV 113.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 206 49 200 0 0.76 0.03 0.19 302.29 0.62 0.5
Hex CE 31 C8 0 4C 3 13 12E 3E 32
Octal 316 61 310 0 114 3 23 456 76 62
Binary 11001110 110001 11001000 0 1001100 11 10011 100101110 111110 110010

Color Harmonies of #CE31C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31C8

Black with #CE31C8

Text Example


Text Example

White with #CE31C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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