Html Css Color HEX #C13DBA Fuchsia

📋 copy color: '#C13DBA'

red 193 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #C13DBA

Tints of Fuchsia #C13DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 43.86%
G = 13.86%
B = 42.27%

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

#C13DBA (or 0xC13DBA) is known color: Fuchsia. HEX triplet: C1, 3D and BA. RGB value is (193,61,186). Sum of RGB (Red+Green+Blue) = 193+61+186=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DBA is #3EC245. Grayscale: #727272. Windows color (decimal): -4112966 or 12205505. OLE color: 12205505.

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

Color convert

RGB 193 61 186 -
CMYK 0 0.68 0.04 0.24
HSL 303.18º 0.52% 0.5% -
HSV(B) 303.18º 0.68% 0.76% -
XYZ 32.52 18.22 48.26 -
YUV 114.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 193 61 186 0 0.68 0.04 0.24 303.18 0.52 0.5
Hex C1 3D BA 0 44 4 18 12F 34 32
Octal 301 75 272 0 104 4 30 457 64 62
Binary 11000001 111101 10111010 0 1000100 100 11000 100101111 110100 110010

Color Harmonies of #C13DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DBA

Black with #C13DBA

Text Example


Text Example

White with #C13DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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