Html Css Color HEX #CE35AD Fuchsia

📋 copy color: '#CE35AD'

red 206 ◦ green 53 ◦ blue 173

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

Shades of Fuchsia #CE35AD

Tints of Fuchsia #CE35AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 47.69%
G = 12.27%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE35AD (or 0xCE35AD) is known color: Fuchsia. HEX triplet: CE, 35 and AD. RGB value is (206,53,173). Sum of RGB (Red+Green+Blue) = 206+53+173=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35AD is #31CA52. Grayscale: #707070. Windows color (decimal): -3263059 or 11351502. OLE color: 11351502.

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

Color convert

RGB 206 53 173 -
CMYK 0 0.74 0.16 0.19
HSL 312.94º 0.61% 0.51% -
HSV(B) 312.94º 0.74% 0.81% -
XYZ 34.27 18.69 41.34 -
YUV 112.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 206 53 173 0 0.74 0.16 0.19 312.94 0.61 0.51
Hex CE 35 AD 0 4A 10 13 139 3D 33
Octal 316 65 255 0 112 20 23 471 75 63
Binary 11001110 110101 10101101 0 1001010 10000 10011 100111001 111101 110011

Color Harmonies of #CE35AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35AD

Black with #CE35AD

Text Example


Text Example

White with #CE35AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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