Html Css Color HEX #CE4FB0 Fuchsia

📋 copy color: '#CE4FB0'

red 206 ◦ green 79 ◦ blue 176

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

Shades of Fuchsia #CE4FB0

Tints of Fuchsia #CE4FB0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 44.69%
G = 17.14%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE4FB0 (or 0xCE4FB0) is known color: Fuchsia. HEX triplet: CE, 4F and B0. RGB value is (206,79,176). Sum of RGB (Red+Green+Blue) = 206+79+176=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4FB0 is #31B04F. Grayscale: #7F7F7F. Windows color (decimal): -3256400 or 11554766. OLE color: 11554766.

HSL color Cylindrical-coordinate representation of color #CE4FB0: hue angle of 314.17º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FB0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 79 176 -
CMYK 0 0.62 0.15 0.19
HSL 314.17º 0.56% 0.56% -
HSV(B) 314.17º 0.62% 0.81% -
XYZ 36.09 21.85 43.39 -
YUV 128.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 206 79 176 0 0.62 0.15 0.19 314.17 0.56 0.56
Hex CE 4F B0 0 3E F 13 13A 38 38
Octal 316 117 260 0 76 17 23 472 70 70
Binary 11001110 1001111 10110000 0 111110 1111 10011 100111010 111000 111000

Color Harmonies of #CE4FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FB0

Black with #CE4FB0

Text Example


Text Example

White with #CE4FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FB0; }

 p { color: rgb(206,79,176); }

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

background-color css

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

 a { background-color: rgb(206,79,176); }

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

border-color css

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

 span { border-color: rgb(206,79,176); }

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