Html Css Color HEX #C13DB2 Fuchsia

📋 copy color: '#C13DB2'

red 193 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #C13DB2

Tints of Fuchsia #C13DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 44.68%
G = 14.12%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C13DB2 (or 0xC13DB2) is known color: Fuchsia. HEX triplet: C1, 3D and B2. RGB value is (193,61,178). Sum of RGB (Red+Green+Blue) = 193+61+178=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DB2 is #3EC24D. Grayscale: #717171. Windows color (decimal): -4112974 or 11681217. OLE color: 11681217.

HSL color Cylindrical-coordinate representation of color #C13DB2: hue angle of 306.82º 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 #C13DB2 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 178 -
CMYK 0 0.68 0.08 0.24
HSL 306.82º 0.52% 0.5% -
HSV(B) 306.82º 0.68% 0.76% -
XYZ 31.7 17.89 43.9 -
YUV 113.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 193 61 178 0 0.68 0.08 0.24 306.82 0.52 0.5
Hex C1 3D B2 0 44 8 18 133 34 32
Octal 301 75 262 0 104 10 30 463 64 62
Binary 11000001 111101 10110010 0 1000100 1000 11000 100110011 110100 110010

Color Harmonies of #C13DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DB2

Black with #C13DB2

Text Example


Text Example

White with #C13DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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