#C244CD

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

Shades of Fuchsia #C244CD

Tints of Fuchsia #C244CD

Color information

#C244CD (or 0xC244CD) is unknown color: approx Fuchsia. HEX triplet: C2, 44 and CD. RGB value is (194,68,205). Sum of RGB (Red+Green+Blue) = 194+68+205=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C244CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CD is #3DBB32. Grayscale: #787878. Windows color (decimal): -4045619 or 13452482. OLE color: 13452482.

HSL color Cylindrical-coordinate representation of color #C244CD: hue angle of 295.18º 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 #C244CD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19468205-
CMYK0.050.6700.20
HSL295.18º57.81%53.53%-
HSV(B)295.18º66.83%80.39%-
XYZ35.3320.0159.76-
YUV121.29175.24179.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=41.54%
G=14.56%
B=43.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194682050.050.6700.20295.1857.8153.53
HexC244CD5430141273a36
Octal30210431551030244477266
Binary110000101000100110011011011000011010100100100111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C244CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C244CD; }

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

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

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

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

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

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

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

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