Html Css Color HEX #C640C2 Fuchsia

📋 copy color: '#C640C2'

red 198 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #C640C2

Tints of Fuchsia #C640C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.04%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 43.42%
G = 14.04%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C640C2 (or 0xC640C2) is known color: Fuchsia. HEX triplet: C6, 40 and C2. RGB value is (198,64,194). Sum of RGB (Red+Green+Blue) = 198+64+194=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C640C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640C2 is #39BF3D. Grayscale: #767676. Windows color (decimal): -3784510 or 12730566. OLE color: 12730566.

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

Color convert

RGB 198 64 194 -
CMYK 0 0.68 0.02 0.22
HSL 301.79º 0.54% 0.51% -
HSV(B) 301.79º 0.68% 0.78% -
XYZ 34.86 19.57 52.98 -
YUV 118.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 198 64 194 0 0.68 0.02 0.22 301.79 0.54 0.51
Hex C6 40 C2 0 44 2 16 12E 36 33
Octal 306 100 302 0 104 2 26 456 66 63
Binary 11000110 1000000 11000010 0 1000100 10 10110 100101110 110110 110011

Color Harmonies of #C640C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640C2

Black with #C640C2

Text Example


Text Example

White with #C640C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640C2; }

 p { color: rgb(198,64,194); }

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

background-color css

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

 a { background-color: rgb(198,64,194); }

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

border-color css

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

 span { border-color: rgb(198,64,194); }

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