Html Css Color HEX #CE35C9 Fuchsia

📋 copy color: '#CE35C9'

red 206 ◦ green 53 ◦ blue 201

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

Shades of Fuchsia #CE35C9

Tints of Fuchsia #CE35C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 44.78%
G = 11.52%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE35C9 (or 0xCE35C9) is known color: Fuchsia. HEX triplet: CE, 35 and C9. RGB value is (206,53,201). Sum of RGB (Red+Green+Blue) = 206+53+201=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35C9 is #31CA36. Grayscale: #737373. Windows color (decimal): -3263031 or 13186510. OLE color: 13186510.

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

Color convert

RGB 206 53 201 -
CMYK 0 0.74 0.02 0.19
HSL 301.96º 0.61% 0.51% -
HSV(B) 301.96º 0.74% 0.81% -
XYZ 37.27 19.89 57.13 -
YUV 115.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 206 53 201 0 0.74 0.02 0.19 301.96 0.61 0.51
Hex CE 35 C9 0 4A 2 13 12E 3D 33
Octal 316 65 311 0 112 2 23 456 75 63
Binary 11001110 110101 11001001 0 1001010 10 10011 100101110 111101 110011

Color Harmonies of #CE35C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35C9

Black with #CE35C9

Text Example


Text Example

White with #CE35C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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