Html Css Color HEX #C130B9 Fuchsia

📋 copy color: '#C130B9'

red 193 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #C130B9

Tints of Fuchsia #C130B9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 45.31%
G = 11.27%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C130B9 (or 0xC130B9) is known color: Fuchsia. HEX triplet: C1, 30 and B9. RGB value is (193,48,185). Sum of RGB (Red+Green+Blue) = 193+48+185=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C130B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130B9 is #3ECF46. Grayscale: #6A6A6A. Windows color (decimal): -4116295 or 12136641. OLE color: 12136641.

HSL color Cylindrical-coordinate representation of color #C130B9: hue angle of 303.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130B9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 185 -
CMYK 0 0.75 0.04 0.24
HSL 303.31º 0.6% 0.47% -
HSV(B) 303.31º 0.75% 0.76% -
XYZ 31.81 16.95 47.5 -
YUV 106.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 193 48 185 0 0.75 0.04 0.24 303.31 0.6 0.47
Hex C1 30 B9 0 4B 4 18 12F 3C 2F
Octal 301 60 271 0 113 4 30 457 74 57
Binary 11000001 110000 10111001 0 1001011 100 11000 100101111 111100 101111

Color Harmonies of #C130B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130B9

Black with #C130B9

Text Example


Text Example

White with #C130B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130B9; }

 p { color: rgb(193,48,185); }

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

background-color css

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

 a { background-color: rgb(193,48,185); }

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

border-color css

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

 span { border-color: rgb(193,48,185); }

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