Html Css Color HEX #CE31C3 Fuchsia

📋 copy color: '#CE31C3'

red 206 ◦ green 49 ◦ blue 195

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

Shades of Fuchsia #CE31C3

Tints of Fuchsia #CE31C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.33%

R = 45.78%
G = 10.89%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE31C3 (or 0xCE31C3) is known color: Fuchsia. HEX triplet: CE, 31 and C3. RGB value is (206,49,195). Sum of RGB (Red+Green+Blue) = 206+49+195=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31C3 is #31CE3C. Grayscale: #707070. Windows color (decimal): -3264061 or 12792270. OLE color: 12792270.

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

Color convert

RGB 206 49 195 -
CMYK 0 0.76 0.05 0.19
HSL 304.2º 0.62% 0.5% -
HSV(B) 304.2º 0.76% 0.81% -
XYZ 36.4 19.26 53.43 -
YUV 112.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 206 49 195 0 0.76 0.05 0.19 304.2 0.62 0.5
Hex CE 31 C3 0 4C 5 13 130 3E 32
Octal 316 61 303 0 114 5 23 460 76 62
Binary 11001110 110001 11000011 0 1001100 101 10011 100110000 111110 110010

Color Harmonies of #CE31C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31C3

Black with #CE31C3

Text Example


Text Example

White with #CE31C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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