Html Css Color HEX #CE35CC Fuchsia

📋 copy color: '#CE35CC'

red 206 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #CE35CC

Tints of Fuchsia #CE35CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 44.49%
G = 11.45%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE35CC (or 0xCE35CC) is known color: Fuchsia. HEX triplet: CE, 35 and CC. RGB value is (206,53,204). Sum of RGB (Red+Green+Blue) = 206+53+204=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35CC is #31CA33. Grayscale: #737373. Windows color (decimal): -3263028 or 13383118. OLE color: 13383118.

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

Color convert

RGB 206 53 204 -
CMYK 0 0.74 0.01 0.19
HSL 300.78º 0.61% 0.51% -
HSV(B) 300.78º 0.74% 0.81% -
XYZ 37.63 20.03 59.01 -
YUV 115.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 206 53 204 0 0.74 0.01 0.19 300.78 0.61 0.51
Hex CE 35 CC 0 4A 1 13 12D 3D 33
Octal 316 65 314 0 112 1 23 455 75 63
Binary 11001110 110101 11001100 0 1001010 1 10011 100101101 111101 110011

Color Harmonies of #CE35CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35CC

Black with #CE35CC

Text Example


Text Example

White with #CE35CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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