Html Css Color HEX #CE64BB Fuchsia

📋 copy color: '#CE64BB'

red 206 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #CE64BB

Tints of Fuchsia #CE64BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.28%

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

R = 41.78%
G = 20.28%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE64BB (or 0xCE64BB) is known color: Fuchsia. HEX triplet: CE, 64 and BB. RGB value is (206,100,187). Sum of RGB (Red+Green+Blue) = 206+100+187=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64BB is #319B44. Grayscale: #8D8D8D. Windows color (decimal): -3251013 or 12281038. OLE color: 12281038.

HSL color Cylindrical-coordinate representation of color #CE64BB: hue angle of 310.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64BB is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 187 -
CMYK 0 0.51 0.09 0.19
HSL 310.75º 0.52% 0.6% -
HSV(B) 310.75º 0.51% 0.81% -
XYZ 38.98 25.82 49.94 -
YUV 141.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 206 100 187 0 0.51 0.09 0.19 310.75 0.52 0.6
Hex CE 64 BB 0 33 9 13 137 34 3C
Octal 316 144 273 0 63 11 23 467 64 74
Binary 11001110 1100100 10111011 0 110011 1001 10011 100110111 110100 111100

Color Harmonies of #CE64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64BB

Black with #CE64BB

Text Example


Text Example

White with #CE64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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