Html Css Color HEX #C64FCE Fuchsia

📋 copy color: '#C64FCE'

red 198 ◦ green 79 ◦ blue 206

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

Shades of Fuchsia #C64FCE

Tints of Fuchsia #C64FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.36%

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

R = 40.99%
G = 16.36%
B = 42.65%

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

#C64FCE (or 0xC64FCE) is known color: Fuchsia. HEX triplet: C6, 4F and CE. RGB value is (198,79,206). Sum of RGB (Red+Green+Blue) = 198+79+206=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FCE is #39B031. Grayscale: #808080. Windows color (decimal): -3780658 or 13520838. OLE color: 13520838.

HSL color Cylindrical-coordinate representation of color #C64FCE: hue angle of 296.22º degrees, saturation: 0.56, 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 #C64FCE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 79 206 -
CMYK 0.04 0.62 0 0.19
HSL 296.22º 0.56% 0.56% -
HSV(B) 296.22º 0.62% 0.81% -
XYZ 37.23 22.05 60.69 -
YUV 129.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 198 79 206 0.04 0.62 0 0.19 296.22 0.56 0.56
Hex C6 4F CE 4 3E 0 13 128 38 38
Octal 306 117 316 4 76 0 23 450 70 70
Binary 11000110 1001111 11001110 100 111110 0 10011 100101000 111000 111000

Color Harmonies of #C64FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FCE

Black with #C64FCE

Text Example


Text Example

White with #C64FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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