Html Css Color HEX #C64ECE Fuchsia

📋 copy color: '#C64ECE'

red 198 ◦ green 78 ◦ blue 206

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

Shades of Fuchsia #C64ECE

Tints of Fuchsia #C64ECE

RGB

 RED value IS 198 (77.73% from 255) = 41.08%

 GREEN value IS 78 (30.86% from 255) = 16.18%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 41.08%
G = 16.18%
B = 42.74%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C64ECE (or 0xC64ECE) is known color: Fuchsia. HEX triplet: C6, 4E and CE. RGB value is (198,78,206). Sum of RGB (Red+Green+Blue) = 198+78+206=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ECE is #39B131. Grayscale: #808080. Windows color (decimal): -3780914 or 13520582. OLE color: 13520582.

HSL color Cylindrical-coordinate representation of color #C64ECE: hue angle of 296.25º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64ECE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 78 206 -
CMYK 0.04 0.62 0 0.19
HSL 296.25º 0.57% 0.56% -
HSV(B) 296.25º 0.62% 0.81% -
XYZ 37.15 21.91 60.66 -
YUV 128.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 198 78 206 0.04 0.62 0 0.19 296.25 0.57 0.56
Hex C6 4E CE 4 3E 0 13 128 39 38
Octal 306 116 316 4 76 0 23 450 71 70
Binary 11000110 1001110 11001110 100 111110 0 10011 100101000 111001 111000

Color Harmonies of #C64ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ECE

Black with #C64ECE

Text Example


Text Example

White with #C64ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ECE; }

 p { color: rgb(198,78,206); }

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

background-color css

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

 a { background-color: rgb(198,78,206); }

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

border-color css

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

 span { border-color: rgb(198,78,206); }

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