Html Css Color HEX #C64FCC Fuchsia

📋 copy color: '#C64FCC'

red 198 ◦ green 79 ◦ blue 204

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

Shades of Fuchsia #C64FCC

Tints of Fuchsia #C64FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 41.16%
G = 16.42%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C64FCC (or 0xC64FCC) is known color: Fuchsia. HEX triplet: C6, 4F and CC. RGB value is (198,79,204). Sum of RGB (Red+Green+Blue) = 198+79+204=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C64FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FCC is #39B033. Grayscale: #808080. Windows color (decimal): -3780660 or 13389766. OLE color: 13389766.

HSL color Cylindrical-coordinate representation of color #C64FCC: hue angle of 297.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64FCC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 79 204 -
CMYK 0.03 0.61 0 0.2
HSL 297.12º 0.55% 0.55% -
HSV(B) 297.12º 0.61% 0.8% -
XYZ 36.98 21.96 59.42 -
YUV 128.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 198 79 204 0.03 0.61 0 0.2 297.12 0.55 0.55
Hex C6 4F CC 3 3D 0 14 129 37 37
Octal 306 117 314 3 75 0 24 451 67 67
Binary 11000110 1001111 11001100 11 111101 0 10100 100101001 110111 110111

Color Harmonies of #C64FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FCC

Black with #C64FCC

Text Example


Text Example

White with #C64FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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