Html Css Color HEX #CE35C2 Fuchsia

📋 copy color: '#CE35C2'

red 206 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #CE35C2

Tints of Fuchsia #CE35C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 45.47%
G = 11.7%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE35C2 (or 0xCE35C2) is known color: Fuchsia. HEX triplet: CE, 35 and C2. RGB value is (206,53,194). Sum of RGB (Red+Green+Blue) = 206+53+194=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35C2 is #31CA3D. Grayscale: #727272. Windows color (decimal): -3263038 or 12727758. OLE color: 12727758.

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

Color convert

RGB 206 53 194 -
CMYK 0 0.74 0.06 0.19
HSL 304.71º 0.61% 0.51% -
HSV(B) 304.71º 0.74% 0.81% -
XYZ 36.46 19.56 52.89 -
YUV 114.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 206 53 194 0 0.74 0.06 0.19 304.71 0.61 0.51
Hex CE 35 C2 0 4A 6 13 131 3D 33
Octal 316 65 302 0 112 6 23 461 75 63
Binary 11001110 110101 11000010 0 1001010 110 10011 100110001 111101 110011

Color Harmonies of #CE35C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35C2

Black with #CE35C2

Text Example


Text Example

White with #CE35C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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