Html Css Color HEX #C13CB3 Fuchsia

📋 copy color: '#C13CB3'

red 193 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #C13CB3

Tints of Fuchsia #C13CB3

RGB

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

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

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

R = 44.68%
G = 13.89%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C13CB3 (or 0xC13CB3) is known color: Fuchsia. HEX triplet: C1, 3C and B3. RGB value is (193,60,179). Sum of RGB (Red+Green+Blue) = 193+60+179=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CB3 is #3EC34C. Grayscale: #707070. Windows color (decimal): -4113229 or 11746497. OLE color: 11746497.

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

Color convert

RGB 193 60 179 -
CMYK 0 0.69 0.07 0.24
HSL 306.32º 0.53% 0.5% -
HSV(B) 306.32º 0.69% 0.76% -
XYZ 31.74 17.82 44.42 -
YUV 113.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 193 60 179 0 0.69 0.07 0.24 306.32 0.53 0.5
Hex C1 3C B3 0 45 7 18 132 35 32
Octal 301 74 263 0 105 7 30 462 65 62
Binary 11000001 111100 10110011 0 1000101 111 11000 100110010 110101 110010

Color Harmonies of #C13CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CB3

Black with #C13CB3

Text Example


Text Example

White with #C13CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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