Html Css Color HEX #C13DB9 Fuchsia

📋 copy color: '#C13DB9'

red 193 ◦ green 61 ◦ blue 185

#C13DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C13DB9

Tints of Fuchsia #C13DB9

RGB

 RED value IS 193 (75.78% from 255) = 43.96%

 GREEN value IS 61 (24.22% from 255) = 13.9%

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 43.96%
G = 13.9%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C13DB9 (or 0xC13DB9) is known color: Fuchsia. HEX triplet: C1, 3D and B9. RGB value is (193,61,185). Sum of RGB (Red+Green+Blue) = 193+61+185=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DB9 is #3EC246. Grayscale: #727272. Windows color (decimal): -4112967 or 12139969. OLE color: 12139969.

HSL color Cylindrical-coordinate representation of color #C13DB9: hue angle of 303.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13DB9 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 185 -
CMYK 0 0.68 0.04 0.24
HSL 303.64º 0.52% 0.5% -
HSV(B) 303.64º 0.68% 0.76% -
XYZ 32.42 18.18 47.7 -
YUV 114.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 193 61 185 0 0.68 0.04 0.24 303.64 0.52 0.5
Hex C1 3D B9 0 44 4 18 130 34 32
Octal 301 75 271 0 104 4 30 460 64 62
Binary 11000001 111101 10111001 0 1000100 100 11000 100110000 110100 110010

Color Harmonies of #C13DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DB9

Black with #C13DB9

Text Example


Text Example

White with #C13DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DB9; }

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

 H1.HeaderClassName
 {
   color: #C13DB9;
 }
 .AnyTagClassName
 {
   color: #C13DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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