Html Css Color HEX #C440CD Fuchsia

📋 copy color: '#C440CD'

red 196 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #C440CD

Tints of Fuchsia #C440CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 42.15%
G = 13.76%
B = 44.09%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C440CD (or 0xC440CD) is known color: Fuchsia. HEX triplet: C4, 40 and CD. RGB value is (196,64,205). Sum of RGB (Red+Green+Blue) = 196+64+205=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C440CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440CD is #3BBF32. Grayscale: #777777. Windows color (decimal): -3915571 or 13451460. OLE color: 13451460.

HSL color Cylindrical-coordinate representation of color #C440CD: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C440CD is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 64 205 -
CMYK 0.04 0.69 0 0.20
HSL 296.17º 0.59% 0.53% -
HSV(B) 296.17º 0.69% 0.8% -
XYZ 35.62 19.81 59.7 -
YUV 119.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 196 64 205 0.04 0.69 0 0.20 296.17 0.59 0.53
Hex C4 40 CD 4 45 0 14 128 3B 35
Octal 304 100 315 4 105 0 24 450 73 65
Binary 11000100 1000000 11001101 100 1000101 0 10100 100101000 111011 110101

Color Harmonies of #C440CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440CD

Black with #C440CD

Text Example


Text Example

White with #C440CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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