Html Css Color HEX #C13CBF Fuchsia

📋 copy color: '#C13CBF'

red 193 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #C13CBF

Tints of Fuchsia #C13CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 43.47%
G = 13.51%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C13CBF (or 0xC13CBF) is known color: Fuchsia. HEX triplet: C1, 3C and BF. RGB value is (193,60,191). Sum of RGB (Red+Green+Blue) = 193+60+191=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CBF is #3EC340. Grayscale: #727272. Windows color (decimal): -4113217 or 12532929. OLE color: 12532929.

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

Color convert

RGB 193 60 191 -
CMYK 0 0.69 0.01 0.24
HSL 300.9º 0.53% 0.5% -
HSV(B) 300.9º 0.69% 0.76% -
XYZ 33.01 18.33 51.09 -
YUV 114.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 193 60 191 0 0.69 0.01 0.24 300.9 0.53 0.5
Hex C1 3C BF 0 45 1 18 12D 35 32
Octal 301 74 277 0 105 1 30 455 65 62
Binary 11000001 111100 10111111 0 1000101 1 11000 100101101 110101 110010

Color Harmonies of #C13CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CBF

Black with #C13CBF

Text Example


Text Example

White with #C13CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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