Html Css Color HEX #CE4ABC Fuchsia

📋 copy color: '#CE4ABC'

red 206 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #CE4ABC

Tints of Fuchsia #CE4ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 44.02%
G = 15.81%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE4ABC (or 0xCE4ABC) is known color: Fuchsia. HEX triplet: CE, 4A and BC. RGB value is (206,74,188). Sum of RGB (Red+Green+Blue) = 206+74+188=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABC is #31B543. Grayscale: #7E7E7E. Windows color (decimal): -3257668 or 12339918. OLE color: 12339918.

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

Color convert

RGB 206 74 188 -
CMYK 0 0.64 0.09 0.19
HSL 308.18º 0.57% 0.55% -
HSV(B) 308.18º 0.64% 0.81% -
XYZ 36.98 21.65 49.81 -
YUV 126.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 206 74 188 0 0.64 0.09 0.19 308.18 0.57 0.55
Hex CE 4A BC 0 40 9 13 134 39 37
Octal 316 112 274 0 100 11 23 464 71 67
Binary 11001110 1001010 10111100 0 1000000 1001 10011 100110100 111001 110111

Color Harmonies of #CE4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ABC

Black with #CE4ABC

Text Example


Text Example

White with #CE4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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