#C43CCB

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

Shades of Fuchsia #C43CCB

Tints of Fuchsia #C43CCB

Color information

#C43CCB (or 0xC43CCB) is unknown color: approx Fuchsia. HEX triplet: C4, 3C and CB. RGB value is (196,60,203). Sum of RGB (Red+Green+Blue) = 196+60+203=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CCB is #3BC334. Grayscale: #747474. Windows color (decimal): -3916597 or 13319364. OLE color: 13319364.

HSL color Cylindrical-coordinate representation of color #C43CCB: hue angle of 297.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43CCB is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19660203-
CMYK0.030.7000.20
HSL297.06º57.89%51.57%-
HSV(B)297.06º70.44%79.61%-
XYZ35.1619.2858.37-
YUV116.97176.56184.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 60 (23.83% from 255) = 13.07%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=42.70%
G=13.07%
B=44.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196602030.030.7000.20297.0657.8951.57
HexC43CCB3460141293a34
Octal3047431331060244517264
Binary1100010011110011001011111000110010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CCB; }

 p { color: rgb(196,60,203); }

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

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

 a { background-color: rgb(196,60,203); }

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

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

 span { border-color: rgb(196,60,203); }

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