Html Css Color HEX #CE4DBB Fuchsia

📋 copy color: '#CE4DBB'

red 206 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #CE4DBB

Tints of Fuchsia #CE4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 43.83%
G = 16.38%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE4DBB (or 0xCE4DBB) is known color: Fuchsia. HEX triplet: CE, 4D and BB. RGB value is (206,77,187). Sum of RGB (Red+Green+Blue) = 206+77+187=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DBB is #31B244. Grayscale: #7F7F7F. Windows color (decimal): -3256901 or 12275150. OLE color: 12275150.

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

Color convert

RGB 206 77 187 -
CMYK 0 0.63 0.09 0.19
HSL 308.84º 0.57% 0.55% -
HSV(B) 308.84º 0.63% 0.81% -
XYZ 37.08 22.02 49.31 -
YUV 128.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 206 77 187 0 0.63 0.09 0.19 308.84 0.57 0.55
Hex CE 4D BB 0 3F 9 13 135 39 37
Octal 316 115 273 0 77 11 23 465 71 67
Binary 11001110 1001101 10111011 0 111111 1001 10011 100110101 111001 110111

Color Harmonies of #CE4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DBB

Black with #CE4DBB

Text Example


Text Example

White with #CE4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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