Html Css Color HEX #CE4AB0 Fuchsia

📋 copy color: '#CE4AB0'

red 206 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #CE4AB0

Tints of Fuchsia #CE4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 45.18%
G = 16.23%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE4AB0 (or 0xCE4AB0) is known color: Fuchsia. HEX triplet: CE, 4A and B0. RGB value is (206,74,176). Sum of RGB (Red+Green+Blue) = 206+74+176=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AB0 is #31B54F. Grayscale: #7C7C7C. Windows color (decimal): -3257680 or 11553486. OLE color: 11553486.

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

Color convert

RGB 206 74 176 -
CMYK 0 0.64 0.15 0.19
HSL 313.64º 0.57% 0.55% -
HSV(B) 313.64º 0.64% 0.81% -
XYZ 35.74 21.15 43.27 -
YUV 125.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 206 74 176 0 0.64 0.15 0.19 313.64 0.57 0.55
Hex CE 4A B0 0 40 F 13 13A 39 37
Octal 316 112 260 0 100 17 23 472 71 67
Binary 11001110 1001010 10110000 0 1000000 1111 10011 100111010 111001 110111

Color Harmonies of #CE4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AB0

Black with #CE4AB0

Text Example


Text Example

White with #CE4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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