Html Css Color HEX #CE31C1 Fuchsia

📋 copy color: '#CE31C1'

red 206 ◦ green 49 ◦ blue 193

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

Shades of Fuchsia #CE31C1

Tints of Fuchsia #CE31C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 45.98%
G = 10.94%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE31C1 (or 0xCE31C1) is known color: Fuchsia. HEX triplet: CE, 31 and C1. RGB value is (206,49,193). Sum of RGB (Red+Green+Blue) = 206+49+193=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31C1 is #31CE3E. Grayscale: #6F6F6F. Windows color (decimal): -3264063 or 12661198. OLE color: 12661198.

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

Color convert

RGB 206 49 193 -
CMYK 0 0.76 0.06 0.19
HSL 304.97º 0.62% 0.5% -
HSV(B) 304.97º 0.76% 0.81% -
XYZ 36.18 19.17 52.25 -
YUV 112.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 206 49 193 0 0.76 0.06 0.19 304.97 0.62 0.5
Hex CE 31 C1 0 4C 6 13 131 3E 32
Octal 316 61 301 0 114 6 23 461 76 62
Binary 11001110 110001 11000001 0 1001100 110 10011 100110001 111110 110010

Color Harmonies of #CE31C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31C1

Black with #CE31C1

Text Example


Text Example

White with #CE31C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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