#C63DCD

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

Shades of Fuchsia #C63DCD

Tints of Fuchsia #C63DCD

Color information

#C63DCD (or 0xC63DCD) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and CD. RGB value is (198,61,205). Sum of RGB (Red+Green+Blue) = 198+61+205=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCD is #39C232. Grayscale: #757575. Windows color (decimal): -3785267 or 13450694. OLE color: 13450694.

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

Color convert

RGB19861205-
CMYK0.030.7000.20
HSL297.08º59.02%52.16%-
HSV(B)297.08º70.24%80.39%-
XYZ35.9819.7559.67-
YUV118.38176.89184.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 61 (24.22% from 255) = 13.15%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=42.67%
G=13.15%
B=44.18%

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
Decimal198612050.030.7000.20297.0859.0252.16
HexC63DCD3460141293b34
Octal3067531531060244517364
Binary1100011011110111001101111000110010100100101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DCD; }

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

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

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

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

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

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

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

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