Html Css Color HEX #C138B3 Fuchsia

📋 copy color: '#C138B3'

red 193 ◦ green 56 ◦ blue 179

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

Shades of Fuchsia #C138B3

Tints of Fuchsia #C138B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.82%

R = 45.09%
G = 13.08%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C138B3 (or 0xC138B3) is known color: Fuchsia. HEX triplet: C1, 38 and B3. RGB value is (193,56,179). Sum of RGB (Red+Green+Blue) = 193+56+179=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C138B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138B3 is #3EC74C. Grayscale: #6E6E6E. Windows color (decimal): -4114253 or 11745473. OLE color: 11745473.

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

Color convert

RGB 193 56 179 -
CMYK 0 0.71 0.07 0.24
HSL 306.13º 0.55% 0.49% -
HSV(B) 306.13º 0.71% 0.76% -
XYZ 31.54 17.42 44.35 -
YUV 110.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 193 56 179 0 0.71 0.07 0.24 306.13 0.55 0.49
Hex C1 38 B3 0 47 7 18 132 37 31
Octal 301 70 263 0 107 7 30 462 67 61
Binary 11000001 111000 10110011 0 1000111 111 11000 100110010 110111 110001

Color Harmonies of #C138B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138B3

Black with #C138B3

Text Example


Text Example

White with #C138B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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