Html Css Color HEX #CE35AF Fuchsia

📋 copy color: '#CE35AF'

red 206 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #CE35AF

Tints of Fuchsia #CE35AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 47.47%
G = 12.21%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE35AF (or 0xCE35AF) is known color: Fuchsia. HEX triplet: CE, 35 and AF. RGB value is (206,53,175). Sum of RGB (Red+Green+Blue) = 206+53+175=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35AF is #31CA50. Grayscale: #707070. Windows color (decimal): -3263057 or 11482574. OLE color: 11482574.

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

Color convert

RGB 206 53 175 -
CMYK 0 0.74 0.15 0.19
HSL 312.16º 0.61% 0.51% -
HSV(B) 312.16º 0.74% 0.81% -
XYZ 34.46 18.76 42.36 -
YUV 112.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 206 53 175 0 0.74 0.15 0.19 312.16 0.61 0.51
Hex CE 35 AF 0 4A F 13 138 3D 33
Octal 316 65 257 0 112 17 23 470 75 63
Binary 11001110 110101 10101111 0 1001010 1111 10011 100111000 111101 110011

Color Harmonies of #CE35AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35AF

Black with #CE35AF

Text Example


Text Example

White with #CE35AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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