Html Css Color HEX #CE64B9 Fuchsia

📋 copy color: '#CE64B9'

red 206 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #CE64B9

Tints of Fuchsia #CE64B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 41.96%
G = 20.37%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE64B9 (or 0xCE64B9) is known color: Fuchsia. HEX triplet: CE, 64 and B9. RGB value is (206,100,185). Sum of RGB (Red+Green+Blue) = 206+100+185=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64B9 is #319B46. Grayscale: #8D8D8D. Windows color (decimal): -3251015 or 12149966. OLE color: 12149966.

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

Color convert

RGB 206 100 185 -
CMYK 0 0.51 0.10 0.19
HSL 311.89º 0.52% 0.6% -
HSV(B) 311.89º 0.51% 0.81% -
XYZ 38.77 25.74 48.82 -
YUV 141.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 206 100 185 0 0.51 0.10 0.19 311.89 0.52 0.6
Hex CE 64 B9 0 33 A 13 138 34 3C
Octal 316 144 271 0 63 12 23 470 64 74
Binary 11001110 1100100 10111001 0 110011 1010 10011 100111000 110100 111100

Color Harmonies of #CE64B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64B9

Black with #CE64B9

Text Example


Text Example

White with #CE64B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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