Html Css Color HEX #CE4AB4 Fuchsia

📋 copy color: '#CE4AB4'

red 206 ◦ green 74 ◦ blue 180

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

Shades of Fuchsia #CE4AB4

Tints of Fuchsia #CE4AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.13%

R = 44.78%
G = 16.09%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE4AB4 (or 0xCE4AB4) is known color: Fuchsia. HEX triplet: CE, 4A and B4. RGB value is (206,74,180). Sum of RGB (Red+Green+Blue) = 206+74+180=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AB4 is #31B54B. Grayscale: #7D7D7D. Windows color (decimal): -3257676 or 11815630. OLE color: 11815630.

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

Color convert

RGB 206 74 180 -
CMYK 0 0.64 0.13 0.19
HSL 311.82º 0.57% 0.55% -
HSV(B) 311.82º 0.64% 0.81% -
XYZ 36.14 21.31 45.39 -
YUV 125.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 206 74 180 0 0.64 0.13 0.19 311.82 0.57 0.55
Hex CE 4A B4 0 40 D 13 138 39 37
Octal 316 112 264 0 100 15 23 470 71 67
Binary 11001110 1001010 10110100 0 1000000 1101 10011 100111000 111001 110111

Color Harmonies of #CE4AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AB4

Black with #CE4AB4

Text Example


Text Example

White with #CE4AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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