Html Css Color HEX #C138BB Fuchsia

📋 copy color: '#C138BB'

red 193 ◦ green 56 ◦ blue 187

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

Shades of Fuchsia #C138BB

Tints of Fuchsia #C138BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

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

R = 44.27%
G = 12.84%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C138BB (or 0xC138BB) is known color: Fuchsia. HEX triplet: C1, 38 and BB. RGB value is (193,56,187). Sum of RGB (Red+Green+Blue) = 193+56+187=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C138BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138BB is #3EC744. Grayscale: #6F6F6F. Windows color (decimal): -4114245 or 12269761. OLE color: 12269761.

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

Color convert

RGB 193 56 187 -
CMYK 0 0.71 0.03 0.24
HSL 302.63º 0.55% 0.49% -
HSV(B) 302.63º 0.71% 0.76% -
XYZ 32.38 17.75 48.73 -
YUV 111.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 193 56 187 0 0.71 0.03 0.24 302.63 0.55 0.49
Hex C1 38 BB 0 47 3 18 12F 37 31
Octal 301 70 273 0 107 3 30 457 67 61
Binary 11000001 111000 10111011 0 1000111 11 11000 100101111 110111 110001

Color Harmonies of #C138BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138BB

Black with #C138BB

Text Example


Text Example

White with #C138BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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