Html Css Color HEX #C640C9 Fuchsia

📋 copy color: '#C640C9'

red 198 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #C640C9

Tints of Fuchsia #C640C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 42.76%
G = 13.82%
B = 43.41%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C640C9 (or 0xC640C9) is known color: Fuchsia. HEX triplet: C6, 40 and C9. RGB value is (198,64,201). Sum of RGB (Red+Green+Blue) = 198+64+201=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #C640C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640C9 is #39BF36. Grayscale: #777777. Windows color (decimal): -3784503 or 13189318. OLE color: 13189318.

HSL color Cylindrical-coordinate representation of color #C640C9: hue angle of 298.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640C9 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 64 201 -
CMYK 0.01 0.68 0 0.21
HSL 298.69º 0.56% 0.52% -
HSV(B) 298.69º 0.68% 0.79% -
XYZ 35.66 19.89 57.22 -
YUV 119.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 198 64 201 0.01 0.68 0 0.21 298.69 0.56 0.52
Hex C6 40 C9 1 44 0 15 12B 38 34
Octal 306 100 311 1 104 0 25 453 70 64
Binary 11000110 1000000 11001001 1 1000100 0 10101 100101011 111000 110100

Color Harmonies of #C640C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640C9

Black with #C640C9

Text Example


Text Example

White with #C640C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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