#C63DCB

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

Shades of Fuchsia #C63DCB

Tints of Fuchsia #C63DCB

Color information

#C63DCB (or 0xC63DCB) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and CB. RGB value is (198,61,203). Sum of RGB (Red+Green+Blue) = 198+61+203=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCB is #39C234. Grayscale: #757575. Windows color (decimal): -3785269 or 13319622. OLE color: 13319622.

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

Color convert

RGB19861203-
CMYK0.020.7000.20
HSL297.89º57.72%51.76%-
HSV(B)297.89º69.95%79.61%-
XYZ35.7419.6658.41-
YUV118.15175.89184.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=42.86%
G=13.20%
B=43.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198612030.020.7000.20297.8957.7251.76
HexC63DCB24601412a3a34
Octal3067531321060244527264
Binary1100011011110111001011101000110010100100101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DCB; }

 p { color: rgb(198,61,203); }

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

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

 a { background-color: rgb(198,61,203); }

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

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

 span { border-color: rgb(198,61,203); }

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