Html Css Color HEX #CE35B1 Fuchsia

📋 copy color: '#CE35B1'

red 206 ◦ green 53 ◦ blue 177

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

Shades of Fuchsia #CE35B1

Tints of Fuchsia #CE35B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.16%

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 47.25%
G = 12.16%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE35B1 (or 0xCE35B1) is known color: Fuchsia. HEX triplet: CE, 35 and B1. RGB value is (206,53,177). Sum of RGB (Red+Green+Blue) = 206+53+177=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35B1 is #31CA4E. Grayscale: #707070. Windows color (decimal): -3263055 or 11613646. OLE color: 11613646.

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

Color convert

RGB 206 53 177 -
CMYK 0 0.74 0.14 0.19
HSL 311.37º 0.61% 0.51% -
HSV(B) 311.37º 0.74% 0.81% -
XYZ 34.66 18.84 43.4 -
YUV 112.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 206 53 177 0 0.74 0.14 0.19 311.37 0.61 0.51
Hex CE 35 B1 0 4A E 13 137 3D 33
Octal 316 65 261 0 112 16 23 467 75 63
Binary 11001110 110101 10110001 0 1001010 1110 10011 100110111 111101 110011

Color Harmonies of #CE35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35B1

Black with #CE35B1

Text Example


Text Example

White with #CE35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35B1; }

 p { color: rgb(206,53,177); }

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

background-color css

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

 a { background-color: rgb(206,53,177); }

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

border-color css

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

 span { border-color: rgb(206,53,177); }

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