Html Css Color HEX #CE64B4 Fuchsia

📋 copy color: '#CE64B4'

red 206 ◦ green 100 ◦ blue 180

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

Shades of Fuchsia #CE64B4

Tints of Fuchsia #CE64B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 42.39%
G = 20.58%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE64B4 (or 0xCE64B4) is known color: Fuchsia. HEX triplet: CE, 64 and B4. RGB value is (206,100,180). Sum of RGB (Red+Green+Blue) = 206+100+180=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64B4 is #319B4B. Grayscale: #8C8C8C. Windows color (decimal): -3251020 or 11822286. OLE color: 11822286.

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

Color convert

RGB 206 100 180 -
CMYK 0 0.51 0.13 0.19
HSL 314.72º 0.52% 0.6% -
HSV(B) 314.72º 0.51% 0.81% -
XYZ 38.25 25.53 46.09 -
YUV 140.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 206 100 180 0 0.51 0.13 0.19 314.72 0.52 0.6
Hex CE 64 B4 0 33 D 13 13B 34 3C
Octal 316 144 264 0 63 15 23 473 64 74
Binary 11001110 1100100 10110100 0 110011 1101 10011 100111011 110100 111100

Color Harmonies of #CE64B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64B4

Black with #CE64B4

Text Example


Text Example

White with #CE64B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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