#C13DCD

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

Shades of Fuchsia #C13DCD

Tints of Fuchsia #C13DCD

Color information

#C13DCD (or 0xC13DCD) is unknown color: approx Fuchsia. HEX triplet: C1, 3D and CD. RGB value is (193,61,205). Sum of RGB (Red+Green+Blue) = 193+61+205=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCD is #3EC232. Grayscale: #747474. Windows color (decimal): -4112947 or 13450689. OLE color: 13450689.

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

Color convert

RGB19361205-
CMYK0.060.7000.20
HSL295º59.02%52.16%-
HSV(B)295º70.24%80.39%-
XYZ34.6819.0859.61-
YUV116.88177.73182.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=42.05%
G=13.29%
B=44.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193612050.060.7000.2029559.0252.16
HexC13DCD6460141273b34
Octal3017531561060244477364
Binary11000001111101110011011101000110010100100100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DCD; }

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

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

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

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

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

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

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

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