Html Css Color HEX #C130BE Fuchsia

📋 copy color: '#C130BE'

red 193 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #C130BE

Tints of Fuchsia #C130BE

RGB

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

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

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

R = 44.78%
G = 11.14%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C130BE (or 0xC130BE) is known color: Fuchsia. HEX triplet: C1, 30 and BE. RGB value is (193,48,190). Sum of RGB (Red+Green+Blue) = 193+48+190=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C130BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130BE is #3ECF41. Grayscale: #6B6B6B. Windows color (decimal): -4116290 or 12464321. OLE color: 12464321.

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

Color convert

RGB 193 48 190 -
CMYK 0 0.75 0.02 0.24
HSL 301.24º 0.6% 0.47% -
HSV(B) 301.24º 0.75% 0.76% -
XYZ 32.34 17.17 50.32 -
YUV 107.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 193 48 190 0 0.75 0.02 0.24 301.24 0.6 0.47
Hex C1 30 BE 0 4B 2 18 12D 3C 2F
Octal 301 60 276 0 113 2 30 455 74 57
Binary 11000001 110000 10111110 0 1001011 10 11000 100101101 111100 101111

Color Harmonies of #C130BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130BE

Black with #C130BE

Text Example


Text Example

White with #C130BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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