Html Css Color HEX #CE4AB5 Fuchsia

📋 copy color: '#CE4AB5'

red 206 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #CE4AB5

Tints of Fuchsia #CE4AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 44.69%
G = 16.05%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE4AB5 (or 0xCE4AB5) is known color: Fuchsia. HEX triplet: CE, 4A and B5. RGB value is (206,74,181). Sum of RGB (Red+Green+Blue) = 206+74+181=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AB5 is #31B54A. Grayscale: #7D7D7D. Windows color (decimal): -3257675 or 11881166. OLE color: 11881166.

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

Color convert

RGB 206 74 181 -
CMYK 0 0.64 0.12 0.19
HSL 311.36º 0.57% 0.55% -
HSV(B) 311.36º 0.64% 0.81% -
XYZ 36.24 21.36 45.93 -
YUV 125.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 206 74 181 0 0.64 0.12 0.19 311.36 0.57 0.55
Hex CE 4A B5 0 40 C 13 137 39 37
Octal 316 112 265 0 100 14 23 467 71 67
Binary 11001110 1001010 10110101 0 1000000 1100 10011 100110111 111001 110111

Color Harmonies of #CE4AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AB5

Black with #CE4AB5

Text Example


Text Example

White with #CE4AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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