Html Css Color HEX #CE40AF Fuchsia

📋 copy color: '#CE40AF'

red 206 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #CE40AF

Tints of Fuchsia #CE40AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 46.29%
G = 14.38%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE40AF (or 0xCE40AF) is known color: Fuchsia. HEX triplet: CE, 40 and AF. RGB value is (206,64,175). Sum of RGB (Red+Green+Blue) = 206+64+175=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40AF is #31BF50. Grayscale: #767676. Windows color (decimal): -3260241 or 11485390. OLE color: 11485390.

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

Color convert

RGB 206 64 175 -
CMYK 0 0.69 0.15 0.19
HSL 313.1º 0.59% 0.53% -
HSV(B) 313.1º 0.69% 0.81% -
XYZ 35.02 19.88 42.55 -
YUV 119.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 206 64 175 0 0.69 0.15 0.19 313.1 0.59 0.53
Hex CE 40 AF 0 45 F 13 139 3B 35
Octal 316 100 257 0 105 17 23 471 73 65
Binary 11001110 1000000 10101111 0 1000101 1111 10011 100111001 111011 110101

Color Harmonies of #CE40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40AF

Black with #CE40AF

Text Example


Text Example

White with #CE40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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