Html Css Color HEX #CE4AC5 Fuchsia

📋 copy color: '#CE4AC5'

red 206 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #CE4AC5

Tints of Fuchsia #CE4AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 43.19%
G = 15.51%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE4AC5 (or 0xCE4AC5) is known color: Fuchsia. HEX triplet: CE, 4A and C5. RGB value is (206,74,197). Sum of RGB (Red+Green+Blue) = 206+74+197=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC5 is #31B53A. Grayscale: #7F7F7F. Windows color (decimal): -3257659 or 12929742. OLE color: 12929742.

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

Color convert

RGB 206 74 197 -
CMYK 0 0.64 0.04 0.19
HSL 304.09º 0.57% 0.55% -
HSV(B) 304.09º 0.64% 0.81% -
XYZ 37.98 22.05 55.08 -
YUV 127.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 206 74 197 0 0.64 0.04 0.19 304.09 0.57 0.55
Hex CE 4A C5 0 40 4 13 130 39 37
Octal 316 112 305 0 100 4 23 460 71 67
Binary 11001110 1001010 11000101 0 1000000 100 10011 100110000 111001 110111

Color Harmonies of #CE4AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AC5

Black with #CE4AC5

Text Example


Text Example

White with #CE4AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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