Html Css Color HEX #CE41AF Fuchsia

📋 copy color: '#CE41AF'

red 206 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #CE41AF

Tints of Fuchsia #CE41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.57%

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

R = 46.19%
G = 14.57%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE41AF (or 0xCE41AF) is known color: Fuchsia. HEX triplet: CE, 41 and AF. RGB value is (206,65,175). Sum of RGB (Red+Green+Blue) = 206+65+175=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE41AF is #31BE50. Grayscale: #777777. Windows color (decimal): -3259985 or 11485646. OLE color: 11485646.

HSL color Cylindrical-coordinate representation of color #CE41AF: hue angle of 313.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE41AF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 175 -
CMYK 0 0.68 0.15 0.19
HSL 313.19º 0.59% 0.53% -
HSV(B) 313.19º 0.68% 0.81% -
XYZ 35.08 20 42.57 -
YUV 119.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 206 65 175 0 0.68 0.15 0.19 313.19 0.59 0.53
Hex CE 41 AF 0 44 F 13 139 3B 35
Octal 316 101 257 0 104 17 23 471 73 65
Binary 11001110 1000001 10101111 0 1000100 1111 10011 100111001 111011 110101

Color Harmonies of #CE41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41AF

Black with #CE41AF

Text Example


Text Example

White with #CE41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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