Html Css Color HEX #C142B3 Fuchsia

📋 copy color: '#C142B3'

red 193 ◦ green 66 ◦ blue 179

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

Shades of Fuchsia #C142B3

Tints of Fuchsia #C142B3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

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

R = 44.06%
G = 15.07%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C142B3 (or 0xC142B3) is known color: Fuchsia. HEX triplet: C1, 42 and B3. RGB value is (193,66,179). Sum of RGB (Red+Green+Blue) = 193+66+179=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C142B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142B3 is #3EBD4C. Grayscale: #747474. Windows color (decimal): -4111693 or 11748033. OLE color: 11748033.

HSL color Cylindrical-coordinate representation of color #C142B3: hue angle of 306.61º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C142B3 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 179 -
CMYK 0 0.66 0.07 0.24
HSL 306.61º 0.51% 0.51% -
HSV(B) 306.61º 0.66% 0.76% -
XYZ 32.08 18.49 44.53 -
YUV 116.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 193 66 179 0 0.66 0.07 0.24 306.61 0.51 0.51
Hex C1 42 B3 0 42 7 18 133 33 33
Octal 301 102 263 0 102 7 30 463 63 63
Binary 11000001 1000010 10110011 0 1000010 111 11000 100110011 110011 110011

Color Harmonies of #C142B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142B3

Black with #C142B3

Text Example


Text Example

White with #C142B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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