Html Css Color HEX #C13FBB Fuchsia

📋 copy color: '#C13FBB'

red 193 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #C13FBB

Tints of Fuchsia #C13FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.22%

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 43.57%
G = 14.22%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C13FBB (or 0xC13FBB) is known color: Fuchsia. HEX triplet: C1, 3F and BB. RGB value is (193,63,187). Sum of RGB (Red+Green+Blue) = 193+63+187=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FBB is #3EC044. Grayscale: #737373. Windows color (decimal): -4112453 or 12271553. OLE color: 12271553.

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

Color convert

RGB 193 63 187 -
CMYK 0 0.67 0.03 0.24
HSL 302.77º 0.51% 0.5% -
HSV(B) 302.77º 0.67% 0.76% -
XYZ 32.74 18.48 48.86 -
YUV 116.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 193 63 187 0 0.67 0.03 0.24 302.77 0.51 0.5
Hex C1 3F BB 0 43 3 18 12F 33 32
Octal 301 77 273 0 103 3 30 457 63 62
Binary 11000001 111111 10111011 0 1000011 11 11000 100101111 110011 110010

Color Harmonies of #C13FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FBB

Black with #C13FBB

Text Example


Text Example

White with #C13FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FBB; }

 p { color: rgb(193,63,187); }

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

background-color css

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

 a { background-color: rgb(193,63,187); }

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

border-color css

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

 span { border-color: rgb(193,63,187); }

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