Html Css Color HEX #CE35CE Fuchsia

📋 copy color: '#CE35CE'

red 206 ◦ green 53 ◦ blue 206

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

Shades of Fuchsia #CE35CE

Tints of Fuchsia #CE35CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 44.3%
G = 11.4%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE35CE (or 0xCE35CE) is known color: Fuchsia. HEX triplet: CE, 35 and CE. RGB value is (206,53,206). Sum of RGB (Red+Green+Blue) = 206+53+206=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35CE is #31CA31. Grayscale: #737373. Windows color (decimal): -3263026 or 13514190. OLE color: 13514190.

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

Color convert

RGB 206 53 206 -
CMYK 0 0.74 0 0.19
HSL 300º 0.61% 0.51% -
HSV(B) 300º 0.74% 0.81% -
XYZ 37.87 20.12 60.28 -
YUV 116.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 206 53 206 0 0.74 0 0.19 300 0.61 0.51
Hex CE 35 CE 0 4A 0 13 12C 3D 33
Octal 316 65 316 0 112 0 23 454 75 63
Binary 11001110 110101 11001110 0 1001010 0 10011 100101100 111101 110011

Color Harmonies of #CE35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35CE

Black with #CE35CE

Text Example


Text Example

White with #CE35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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