Html Css Color HEX #C13FBE Fuchsia

📋 copy color: '#C13FBE'

red 193 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #C13FBE

Tints of Fuchsia #C13FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 43.27%
G = 14.13%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C13FBE (or 0xC13FBE) is known color: Fuchsia. HEX triplet: C1, 3F and BE. RGB value is (193,63,190). Sum of RGB (Red+Green+Blue) = 193+63+190=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FBE is #3EC041. Grayscale: #737373. Windows color (decimal): -4112450 or 12468161. OLE color: 12468161.

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

Color convert

RGB 193 63 190 -
CMYK 0 0.67 0.02 0.24
HSL 301.38º 0.51% 0.5% -
HSV(B) 301.38º 0.67% 0.76% -
XYZ 33.06 18.61 50.56 -
YUV 116.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 193 63 190 0 0.67 0.02 0.24 301.38 0.51 0.5
Hex C1 3F BE 0 43 2 18 12D 33 32
Octal 301 77 276 0 103 2 30 455 63 62
Binary 11000001 111111 10111110 0 1000011 10 11000 100101101 110011 110010

Color Harmonies of #C13FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FBE

Black with #C13FBE

Text Example


Text Example

White with #C13FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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