Html Css Color HEX #CE4AC9 Fuchsia

📋 copy color: '#CE4AC9'

red 206 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #CE4AC9

Tints of Fuchsia #CE4AC9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 42.83%
G = 15.38%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE4AC9 (or 0xCE4AC9) is known color: Fuchsia. HEX triplet: CE, 4A and C9. RGB value is (206,74,201). Sum of RGB (Red+Green+Blue) = 206+74+201=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC9 is #31B536. Grayscale: #7F7F7F. Windows color (decimal): -3257655 or 13191886. OLE color: 13191886.

HSL color Cylindrical-coordinate representation of color #CE4AC9: hue angle of 302.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4AC9 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 74 201 -
CMYK 0 0.64 0.02 0.19
HSL 302.27º 0.57% 0.55% -
HSV(B) 302.27º 0.64% 0.81% -
XYZ 38.45 22.24 57.52 -
YUV 127.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 206 74 201 0 0.64 0.02 0.19 302.27 0.57 0.55
Hex CE 4A C9 0 40 2 13 12E 39 37
Octal 316 112 311 0 100 2 23 456 71 67
Binary 11001110 1001010 11001001 0 1000000 10 10011 100101110 111001 110111

Color Harmonies of #CE4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AC9

Black with #CE4AC9

Text Example


Text Example

White with #CE4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AC9; }

 p { color: rgb(206,74,201); }

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

background-color css

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

 a { background-color: rgb(206,74,201); }

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

border-color css

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

 span { border-color: rgb(206,74,201); }

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