Html Css Color HEX #CE64BC Fuchsia

📋 copy color: '#CE64BC'

red 206 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #CE64BC

Tints of Fuchsia #CE64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 41.7%
G = 20.24%
B = 38.06%

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

#CE64BC (or 0xCE64BC) is known color: Fuchsia. HEX triplet: CE, 64 and BC. RGB value is (206,100,188). Sum of RGB (Red+Green+Blue) = 206+100+188=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64BC is #319B43. Grayscale: #8D8D8D. Windows color (decimal): -3251012 or 12346574. OLE color: 12346574.

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

Color convert

RGB 206 100 188 -
CMYK 0 0.51 0.09 0.19
HSL 310.19º 0.52% 0.6% -
HSV(B) 310.19º 0.51% 0.81% -
XYZ 39.09 25.87 50.51 -
YUV 141.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 206 100 188 0 0.51 0.09 0.19 310.19 0.52 0.6
Hex CE 64 BC 0 33 9 13 136 34 3C
Octal 316 144 274 0 63 11 23 466 64 74
Binary 11001110 1100100 10111100 0 110011 1001 10011 100110110 110100 111100

Color Harmonies of #CE64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64BC

Black with #CE64BC

Text Example


Text Example

White with #CE64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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