Html Css Color HEX #C64CCF Fuchsia

📋 copy color: '#C64CCF'

red 198 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #C64CCF

Tints of Fuchsia #C64CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 41.16%
G = 15.8%
B = 43.04%

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

#C64CCF (or 0xC64CCF) is known color: Fuchsia. HEX triplet: C6, 4C and CF. RGB value is (198,76,207). Sum of RGB (Red+Green+Blue) = 198+76+207=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CCF is #39B330. Grayscale: #7F7F7F. Windows color (decimal): -3781425 or 13585606. OLE color: 13585606.

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

Color convert

RGB 198 76 207 -
CMYK 0.04 0.63 0 0.19
HSL 295.88º 0.58% 0.55% -
HSV(B) 295.88º 0.63% 0.81% -
XYZ 37.14 21.68 61.26 -
YUV 127.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 198 76 207 0.04 0.63 0 0.19 295.88 0.58 0.55
Hex C6 4C CF 4 3F 0 13 128 3A 37
Octal 306 114 317 4 77 0 23 450 72 67
Binary 11000110 1001100 11001111 100 111111 0 10011 100101000 111010 110111

Color Harmonies of #C64CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CCF

Black with #C64CCF

Text Example


Text Example

White with #C64CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CCF; }

 p { color: rgb(198,76,207); }

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

background-color css

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

 a { background-color: rgb(198,76,207); }

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

border-color css

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

 span { border-color: rgb(198,76,207); }

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