Html Css Color HEX #CE64C4 Fuchsia

📋 copy color: '#CE64C4'

red 206 ◦ green 100 ◦ blue 196

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

Shades of Fuchsia #CE64C4

Tints of Fuchsia #CE64C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.04%

R = 41.04%
G = 19.92%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE64C4 (or 0xCE64C4) is known color: Fuchsia. HEX triplet: CE, 64 and C4. RGB value is (206,100,196). Sum of RGB (Red+Green+Blue) = 206+100+196=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64C4 is #319B3B. Grayscale: #8E8E8E. Windows color (decimal): -3251004 or 12870862. OLE color: 12870862.

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

Color convert

RGB 206 100 196 -
CMYK 0 0.51 0.05 0.19
HSL 305.66º 0.52% 0.6% -
HSV(B) 305.66º 0.51% 0.81% -
XYZ 39.97 26.22 55.18 -
YUV 142.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 206 100 196 0 0.51 0.05 0.19 305.66 0.52 0.6
Hex CE 64 C4 0 33 5 13 132 34 3C
Octal 316 144 304 0 63 5 23 462 64 74
Binary 11001110 1100100 11000100 0 110011 101 10011 100110010 110100 111100

Color Harmonies of #CE64C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64C4

Black with #CE64C4

Text Example


Text Example

White with #CE64C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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