Html Css Color HEX #CE35BE Fuchsia

📋 copy color: '#CE35BE'

red 206 ◦ green 53 ◦ blue 190

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

Shades of Fuchsia #CE35BE

Tints of Fuchsia #CE35BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 45.88%
G = 11.8%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE35BE (or 0xCE35BE) is known color: Fuchsia. HEX triplet: CE, 35 and BE. RGB value is (206,53,190). Sum of RGB (Red+Green+Blue) = 206+53+190=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35BE is #31CA41. Grayscale: #717171. Windows color (decimal): -3263042 or 12465614. OLE color: 12465614.

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

Color convert

RGB 206 53 190 -
CMYK 0 0.74 0.08 0.19
HSL 306.27º 0.61% 0.51% -
HSV(B) 306.27º 0.74% 0.81% -
XYZ 36.02 19.39 50.56 -
YUV 114.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 206 53 190 0 0.74 0.08 0.19 306.27 0.61 0.51
Hex CE 35 BE 0 4A 8 13 132 3D 33
Octal 316 65 276 0 112 10 23 462 75 63
Binary 11001110 110101 10111110 0 1001010 1000 10011 100110010 111101 110011

Color Harmonies of #CE35BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35BE

Black with #CE35BE

Text Example


Text Example

White with #CE35BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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