Html Css Color HEX #C133BB Fuchsia

📋 copy color: '#C133BB'

red 193 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #C133BB

Tints of Fuchsia #C133BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.83%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 44.78%
G = 11.83%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C133BB (or 0xC133BB) is known color: Fuchsia. HEX triplet: C1, 33 and BB. RGB value is (193,51,187). Sum of RGB (Red+Green+Blue) = 193+51+187=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C133BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133BB is #3ECC44. Grayscale: #6C6C6C. Windows color (decimal): -4115525 or 12268481. OLE color: 12268481.

HSL color Cylindrical-coordinate representation of color #C133BB: hue angle of 302.54º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C133BB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 187 -
CMYK 0 0.74 0.03 0.24
HSL 302.54º 0.58% 0.48% -
HSV(B) 302.54º 0.74% 0.76% -
XYZ 32.15 17.29 48.66 -
YUV 108.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 193 51 187 0 0.74 0.03 0.24 302.54 0.58 0.48
Hex C1 33 BB 0 4A 3 18 12F 3A 30
Octal 301 63 273 0 112 3 30 457 72 60
Binary 11000001 110011 10111011 0 1001010 11 11000 100101111 111010 110000

Color Harmonies of #C133BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133BB

Black with #C133BB

Text Example


Text Example

White with #C133BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133BB; }

 p { color: rgb(193,51,187); }

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

background-color css

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

 a { background-color: rgb(193,51,187); }

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

border-color css

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

 span { border-color: rgb(193,51,187); }

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