Html Css Color HEX #C130CB Fuchsia

📋 copy color: '#C130CB'

red 193 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C130CB

Tints of Fuchsia #C130CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 43.47%
G = 10.81%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C130CB (or 0xC130CB) is known color: Fuchsia. HEX triplet: C1, 30 and CB. RGB value is (193,48,203). Sum of RGB (Red+Green+Blue) = 193+48+203=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C130CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130CB is #3ECF34. Grayscale: #6C6C6C. Windows color (decimal): -4116277 or 13316289. OLE color: 13316289.

HSL color Cylindrical-coordinate representation of color #C130CB: hue angle of 296.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C130CB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 48 203 -
CMYK 0.05 0.76 0 0.20
HSL 296.13º 0.62% 0.49% -
HSV(B) 296.13º 0.76% 0.8% -
XYZ 33.83 17.76 58.15 -
YUV 109.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 193 48 203 0.05 0.76 0 0.20 296.13 0.62 0.49
Hex C1 30 CB 5 4C 0 14 128 3E 31
Octal 301 60 313 5 114 0 24 450 76 61
Binary 11000001 110000 11001011 101 1001100 0 10100 100101000 111110 110001

Color Harmonies of #C130CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130CB

Black with #C130CB

Text Example


Text Example

White with #C130CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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