Html Css Color HEX #CE35C8 Fuchsia

📋 copy color: '#CE35C8'

red 206 ◦ green 53 ◦ blue 200

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

Shades of Fuchsia #CE35C8

Tints of Fuchsia #CE35C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.57%

R = 44.88%
G = 11.55%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE35C8 (or 0xCE35C8) is known color: Fuchsia. HEX triplet: CE, 35 and C8. RGB value is (206,53,200). Sum of RGB (Red+Green+Blue) = 206+53+200=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35C8 is #31CA37. Grayscale: #737373. Windows color (decimal): -3263032 or 13120974. OLE color: 13120974.

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

Color convert

RGB 206 53 200 -
CMYK 0 0.74 0.03 0.19
HSL 302.35º 0.61% 0.51% -
HSV(B) 302.35º 0.74% 0.81% -
XYZ 37.15 19.84 56.51 -
YUV 115.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 206 53 200 0 0.74 0.03 0.19 302.35 0.61 0.51
Hex CE 35 C8 0 4A 3 13 12E 3D 33
Octal 316 65 310 0 112 3 23 456 75 63
Binary 11001110 110101 11001000 0 1001010 11 10011 100101110 111101 110011

Color Harmonies of #CE35C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35C8

Black with #CE35C8

Text Example


Text Example

White with #CE35C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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