Html Css Color HEX #CE4BAE Fuchsia

📋 copy color: '#CE4BAE'

red 206 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #CE4BAE

Tints of Fuchsia #CE4BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 45.27%
G = 16.48%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE4BAE (or 0xCE4BAE) is known color: Fuchsia. HEX triplet: CE, 4B and AE. RGB value is (206,75,174). Sum of RGB (Red+Green+Blue) = 206+75+174=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BAE is #31B451. Grayscale: #7D7D7D. Windows color (decimal): -3257426 or 11422670. OLE color: 11422670.

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

Color convert

RGB 206 75 174 -
CMYK 0 0.64 0.16 0.19
HSL 314.66º 0.57% 0.55% -
HSV(B) 314.66º 0.64% 0.81% -
XYZ 35.61 21.21 42.26 -
YUV 125.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 206 75 174 0 0.64 0.16 0.19 314.66 0.57 0.55
Hex CE 4B AE 0 40 10 13 13B 39 37
Octal 316 113 256 0 100 20 23 473 71 67
Binary 11001110 1001011 10101110 0 1000000 10000 10011 100111011 111001 110111

Color Harmonies of #CE4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BAE

Black with #CE4BAE

Text Example


Text Example

White with #CE4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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