Html Css Color HEX #C64FC4 Fuchsia

📋 copy color: '#C64FC4'

red 198 ◦ green 79 ◦ blue 196

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

Shades of Fuchsia #C64FC4

Tints of Fuchsia #C64FC4

RGB

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

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

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

R = 41.86%
G = 16.7%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C64FC4 (or 0xC64FC4) is known color: Fuchsia. HEX triplet: C6, 4F and C4. RGB value is (198,79,196). Sum of RGB (Red+Green+Blue) = 198+79+196=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FC4 is #39B03B. Grayscale: #7F7F7F. Windows color (decimal): -3780668 or 12865478. OLE color: 12865478.

HSL color Cylindrical-coordinate representation of color #C64FC4: hue angle of 301.01º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FC4 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 196 -
CMYK 0 0.60 0.01 0.22
HSL 301.01º 0.51% 0.54% -
HSV(B) 301.01º 0.6% 0.78% -
XYZ 36.05 21.58 54.49 -
YUV 127.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 198 79 196 0 0.60 0.01 0.22 301.01 0.51 0.54
Hex C6 4F C4 0 3C 1 16 12D 33 36
Octal 306 117 304 0 74 1 26 455 63 66
Binary 11000110 1001111 11000100 0 111100 1 10110 100101101 110011 110110

Color Harmonies of #C64FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FC4

Black with #C64FC4

Text Example


Text Example

White with #C64FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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