#C244CB

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

Shades of Fuchsia #C244CB

Tints of Fuchsia #C244CB

Color information

#C244CB (or 0xC244CB) is unknown color: approx Fuchsia. HEX triplet: C2, 44 and CB. RGB value is (194,68,203). Sum of RGB (Red+Green+Blue) = 194+68+203=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C244CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CB is #3DBB34. Grayscale: #787878. Windows color (decimal): -4045621 or 13321410. OLE color: 13321410.

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

Color convert

RGB19468203-
CMYK0.040.6700.20
HSL296º56.49%53.14%-
HSV(B)296º66.5%79.61%-
XYZ35.0919.9258.49-
YUV121.06174.24180.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 68 (26.95% from 255) = 14.62%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=41.72%
G=14.62%
B=43.66%

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
Decimal194682030.040.6700.2029656.4953.14
HexC244CB4430141283835
Octal30210431341030244507065
Binary110000101000100110010111001000011010100100101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C244CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C244CB; }

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

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

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

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

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

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

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

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