Html Css Color HEX #C13CB5 Fuchsia

📋 copy color: '#C13CB5'

red 193 ◦ green 60 ◦ blue 181

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

Shades of Fuchsia #C13CB5

Tints of Fuchsia #C13CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 44.47%
G = 13.82%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C13CB5 (or 0xC13CB5) is known color: Fuchsia. HEX triplet: C1, 3C and B5. RGB value is (193,60,181). Sum of RGB (Red+Green+Blue) = 193+60+181=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CB5 is #3EC34A. Grayscale: #717171. Windows color (decimal): -4113227 or 11877569. OLE color: 11877569.

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

Color convert

RGB 193 60 181 -
CMYK 0 0.69 0.06 0.24
HSL 305.41º 0.53% 0.5% -
HSV(B) 305.41º 0.69% 0.76% -
XYZ 31.95 17.91 45.49 -
YUV 113.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 193 60 181 0 0.69 0.06 0.24 305.41 0.53 0.5
Hex C1 3C B5 0 45 6 18 131 35 32
Octal 301 74 265 0 105 6 30 461 65 62
Binary 11000001 111100 10110101 0 1000101 110 11000 100110001 110101 110010

Color Harmonies of #C13CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CB5

Black with #C13CB5

Text Example


Text Example

White with #C13CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CB5; }

 p { color: rgb(193,60,181); }

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

background-color css

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

 a { background-color: rgb(193,60,181); }

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

border-color css

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

 span { border-color: rgb(193,60,181); }

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