Html Css Color HEX #CE35B9 Fuchsia

📋 copy color: '#CE35B9'

red 206 ◦ green 53 ◦ blue 185

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

Shades of Fuchsia #CE35B9

Tints of Fuchsia #CE35B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 46.4%
G = 11.94%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE35B9 (or 0xCE35B9) is known color: Fuchsia. HEX triplet: CE, 35 and B9. RGB value is (206,53,185). Sum of RGB (Red+Green+Blue) = 206+53+185=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35B9 is #31CA46. Grayscale: #717171. Windows color (decimal): -3263047 or 12137934. OLE color: 12137934.

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

Color convert

RGB 206 53 185 -
CMYK 0 0.74 0.10 0.19
HSL 308.24º 0.61% 0.51% -
HSV(B) 308.24º 0.74% 0.81% -
XYZ 35.48 19.17 47.73 -
YUV 113.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 206 53 185 0 0.74 0.10 0.19 308.24 0.61 0.51
Hex CE 35 B9 0 4A A 13 134 3D 33
Octal 316 65 271 0 112 12 23 464 75 63
Binary 11001110 110101 10111001 0 1001010 1010 10011 100110100 111101 110011

Color Harmonies of #CE35B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35B9

Black with #CE35B9

Text Example


Text Example

White with #CE35B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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