Html Css Color HEX #C13DB3 Fuchsia

📋 copy color: '#C13DB3'

red 193 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #C13DB3

Tints of Fuchsia #C13DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 44.57%
G = 14.09%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C13DB3 (or 0xC13DB3) is known color: Fuchsia. HEX triplet: C1, 3D and B3. RGB value is (193,61,179). Sum of RGB (Red+Green+Blue) = 193+61+179=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DB3 is #3EC24C. Grayscale: #717171. Windows color (decimal): -4112973 or 11746753. OLE color: 11746753.

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

Color convert

RGB 193 61 179 -
CMYK 0 0.68 0.07 0.24
HSL 306.36º 0.52% 0.5% -
HSV(B) 306.36º 0.68% 0.76% -
XYZ 31.8 17.93 44.43 -
YUV 113.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 193 61 179 0 0.68 0.07 0.24 306.36 0.52 0.5
Hex C1 3D B3 0 44 7 18 132 34 32
Octal 301 75 263 0 104 7 30 462 64 62
Binary 11000001 111101 10110011 0 1000100 111 11000 100110010 110100 110010

Color Harmonies of #C13DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DB3

Black with #C13DB3

Text Example


Text Example

White with #C13DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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