#C444CD

Color #C444CD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C444CD

Tints of Fuchsia #C444CD

Color information

#C444CD (or 0xC444CD) is unknown color: approx Fuchsia. HEX triplet: C4, 44 and CD. RGB value is (196,68,205). Sum of RGB (Red+Green+Blue) = 196+68+205=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C444CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444CD is #3BBB32. Grayscale: #797979. Windows color (decimal): -3914547 or 13452484. OLE color: 13452484.

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

Color convert

RGB19668205-
CMYK0.040.6700.20
HSL296.06º57.81%53.53%-
HSV(B)296.06º66.83%80.39%-
XYZ35.8520.2859.78-
YUV121.89174.91180.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 68 (26.95% from 255) = 14.50%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=41.79%
G=14.50%
B=43.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196682050.040.6700.20296.0657.8153.53
HexC444CD4430141283a36
Octal30410431541030244507266
Binary110001001000100110011011001000011010100100101000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C444CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C444CD; }

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

 H1.HeaderClassName
 {
   color: #C444CD;
 }
 .AnyTagClassName
 {
   color: #C444CD;
 }
</style>
background-color css

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

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

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

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

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

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