Html Css Color HEX #CE4CB1 Fuchsia

📋 copy color: '#CE4CB1'

red 206 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #CE4CB1

Tints of Fuchsia #CE4CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 44.88%
G = 16.56%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE4CB1 (or 0xCE4CB1) is known color: Fuchsia. HEX triplet: CE, 4C and B1. RGB value is (206,76,177). Sum of RGB (Red+Green+Blue) = 206+76+177=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CB1 is #31B34E. Grayscale: #7E7E7E. Windows color (decimal): -3257167 or 11619534. OLE color: 11619534.

HSL color Cylindrical-coordinate representation of color #CE4CB1: hue angle of 313.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CB1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 177 -
CMYK 0 0.63 0.14 0.19
HSL 313.38º 0.57% 0.55% -
HSV(B) 313.38º 0.63% 0.81% -
XYZ 35.97 21.47 43.84 -
YUV 126.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 206 76 177 0 0.63 0.14 0.19 313.38 0.57 0.55
Hex CE 4C B1 0 3F E 13 139 39 37
Octal 316 114 261 0 77 16 23 471 71 67
Binary 11001110 1001100 10110001 0 111111 1110 10011 100111001 111001 110111

Color Harmonies of #CE4CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CB1

Black with #CE4CB1

Text Example


Text Example

White with #CE4CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CB1; }

 p { color: rgb(206,76,177); }

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

background-color css

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

 a { background-color: rgb(206,76,177); }

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

border-color css

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

 span { border-color: rgb(206,76,177); }

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