Html Css Color HEX #C440C9 Fuchsia

📋 copy color: '#C440C9'

red 196 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #C440C9

Tints of Fuchsia #C440C9

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

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

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

R = 42.52%
G = 13.88%
B = 43.6%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C440C9 (or 0xC440C9) is known color: Fuchsia. HEX triplet: C4, 40 and C9. RGB value is (196,64,201). Sum of RGB (Red+Green+Blue) = 196+64+201=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #C440C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440C9 is #3BBF36. Grayscale: #767676. Windows color (decimal): -3915575 or 13189316. OLE color: 13189316.

HSL color Cylindrical-coordinate representation of color #C440C9: hue angle of 297.81º 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 #C440C9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 64 201 -
CMYK 0.02 0.68 0 0.21
HSL 297.81º 0.56% 0.52% -
HSV(B) 297.81º 0.68% 0.79% -
XYZ 35.14 19.62 57.19 -
YUV 119.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 196 64 201 0.02 0.68 0 0.21 297.81 0.56 0.52
Hex C4 40 C9 2 44 0 15 12A 38 34
Octal 304 100 311 2 104 0 25 452 70 64
Binary 11000100 1000000 11001001 10 1000100 0 10101 100101010 111000 110100

Color Harmonies of #C440C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440C9

Black with #C440C9

Text Example


Text Example

White with #C440C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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