Html Css Color HEX #CE4FBB Fuchsia

📋 copy color: '#CE4FBB'

red 206 ◦ green 79 ◦ blue 187

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

Shades of Fuchsia #CE4FBB

Tints of Fuchsia #CE4FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 43.64%
G = 16.74%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE4FBB (or 0xCE4FBB) is known color: Fuchsia. HEX triplet: CE, 4F and BB. RGB value is (206,79,187). Sum of RGB (Red+Green+Blue) = 206+79+187=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FBB is #31B044. Grayscale: #808080. Windows color (decimal): -3256389 or 12275662. OLE color: 12275662.

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

Color convert

RGB 206 79 187 -
CMYK 0 0.62 0.09 0.19
HSL 308.98º 0.56% 0.56% -
HSV(B) 308.98º 0.62% 0.81% -
XYZ 37.22 22.3 49.36 -
YUV 129.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 206 79 187 0 0.62 0.09 0.19 308.98 0.56 0.56
Hex CE 4F BB 0 3E 9 13 135 38 38
Octal 316 117 273 0 76 11 23 465 70 70
Binary 11001110 1001111 10111011 0 111110 1001 10011 100110101 111000 111000

Color Harmonies of #CE4FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FBB

Black with #CE4FBB

Text Example


Text Example

White with #CE4FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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