#C252CB

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

Shades of Fuchsia #C252CB

Tints of Fuchsia #C252CB

Color information

#C252CB (or 0xC252CB) is unknown color: approx Fuchsia. HEX triplet: C2, 52 and CB. RGB value is (194,82,203). Sum of RGB (Red+Green+Blue) = 194+82+203=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #C252CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CB is #3DAD34. Grayscale: #808080. Windows color (decimal): -4042037 or 13324994. OLE color: 13324994.

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

Color convert

RGB19482203-
CMYK0.040.6000.20
HSL295.54º53.78%55.88%-
HSV(B)295.54º59.61%79.61%-
XYZ36.0421.8258.81-
YUV129.28169.61174.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=40.50%
G=17.12%
B=42.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194822030.040.6000.20295.5453.7855.88
HexC252CB43C0141283638
Octal3021223134740244506670
Binary11000010101001011001011100111100010100100101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252CB; }

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

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

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

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

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

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

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

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