Html Css Color HEX #CE35BC Fuchsia

📋 copy color: '#CE35BC'

red 206 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #CE35BC

Tints of Fuchsia #CE35BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 46.09%
G = 11.86%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE35BC (or 0xCE35BC) is known color: Fuchsia. HEX triplet: CE, 35 and BC. RGB value is (206,53,188). Sum of RGB (Red+Green+Blue) = 206+53+188=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35BC is #31CA43. Grayscale: #717171. Windows color (decimal): -3263044 or 12334542. OLE color: 12334542.

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

Color convert

RGB 206 53 188 -
CMYK 0 0.74 0.09 0.19
HSL 307.06º 0.61% 0.51% -
HSV(B) 307.06º 0.74% 0.81% -
XYZ 35.8 19.3 49.41 -
YUV 114.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 206 53 188 0 0.74 0.09 0.19 307.06 0.61 0.51
Hex CE 35 BC 0 4A 9 13 133 3D 33
Octal 316 65 274 0 112 11 23 463 75 63
Binary 11001110 110101 10111100 0 1001010 1001 10011 100110011 111101 110011

Color Harmonies of #CE35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35BC

Black with #CE35BC

Text Example


Text Example

White with #CE35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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