Html Css Color HEX #CE4BAB Fuchsia

📋 copy color: '#CE4BAB'

red 206 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #CE4BAB

Tints of Fuchsia #CE4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.59%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 45.58%
G = 16.59%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE4BAB (or 0xCE4BAB) is known color: Fuchsia. HEX triplet: CE, 4B and AB. RGB value is (206,75,171). Sum of RGB (Red+Green+Blue) = 206+75+171=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BAB is #31B454. Grayscale: #7C7C7C. Windows color (decimal): -3257429 or 11226062. OLE color: 11226062.

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

Color convert

RGB 206 75 171 -
CMYK 0 0.64 0.17 0.19
HSL 316.03º 0.57% 0.55% -
HSV(B) 316.03º 0.64% 0.81% -
XYZ 35.32 21.09 40.74 -
YUV 125.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 206 75 171 0 0.64 0.17 0.19 316.03 0.57 0.55
Hex CE 4B AB 0 40 11 13 13C 39 37
Octal 316 113 253 0 100 21 23 474 71 67
Binary 11001110 1001011 10101011 0 1000000 10001 10011 100111100 111001 110111

Color Harmonies of #CE4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BAB

Black with #CE4BAB

Text Example


Text Example

White with #CE4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BAB; }

 p { color: rgb(206,75,171); }

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

background-color css

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

 a { background-color: rgb(206,75,171); }

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

border-color css

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

 span { border-color: rgb(206,75,171); }

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