Html Css Color HEX #C13DC9 Fuchsia

📋 copy color: '#C13DC9'

red 193 ◦ green 61 ◦ blue 201

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

Shades of Fuchsia #C13DC9

Tints of Fuchsia #C13DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 42.42%
G = 13.41%
B = 44.18%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C13DC9 (or 0xC13DC9) is known color: Fuchsia. HEX triplet: C1, 3D and C9. RGB value is (193,61,201). Sum of RGB (Red+Green+Blue) = 193+61+201=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #C13DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DC9 is #3EC236. Grayscale: #737373. Windows color (decimal): -4112951 or 13188545. OLE color: 13188545.

HSL color Cylindrical-coordinate representation of color #C13DC9: hue angle of 296.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13DC9 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 61 201 -
CMYK 0.04 0.70 0 0.21
HSL 296.57º 0.56% 0.51% -
HSV(B) 296.57º 0.7% 0.79% -
XYZ 34.2 18.89 57.1 -
YUV 116.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 193 61 201 0.04 0.70 0 0.21 296.57 0.56 0.51
Hex C1 3D C9 4 46 0 15 129 38 33
Octal 301 75 311 4 106 0 25 451 70 63
Binary 11000001 111101 11001001 100 1000110 0 10101 100101001 111000 110011

Color Harmonies of #C13DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DC9

Black with #C13DC9

Text Example


Text Example

White with #C13DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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