Html Css Color HEX #C64DCE Fuchsia

📋 copy color: '#C64DCE'

red 198 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #C64DCE

Tints of Fuchsia #C64DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

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

R = 41.16%
G = 16.01%
B = 42.83%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C64DCE (or 0xC64DCE) is known color: Fuchsia. HEX triplet: C6, 4D and CE. RGB value is (198,77,206). Sum of RGB (Red+Green+Blue) = 198+77+206=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DCE is #39B231. Grayscale: #7F7F7F. Windows color (decimal): -3781170 or 13520326. OLE color: 13520326.

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

Color convert

RGB 198 77 206 -
CMYK 0.04 0.63 0 0.19
HSL 296.28º 0.57% 0.55% -
HSV(B) 296.28º 0.63% 0.81% -
XYZ 37.08 21.77 60.64 -
YUV 127.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 198 77 206 0.04 0.63 0 0.19 296.28 0.57 0.55
Hex C6 4D CE 4 3F 0 13 128 39 37
Octal 306 115 316 4 77 0 23 450 71 67
Binary 11000110 1001101 11001110 100 111111 0 10011 100101000 111001 110111

Color Harmonies of #C64DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DCE

Black with #C64DCE

Text Example


Text Example

White with #C64DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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