Html Css Color HEX #C243AB Fuchsia

📋 copy color: '#C243AB'

red 194 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #C243AB

Tints of Fuchsia #C243AB

RGB

 RED value IS 194 (76.17% from 255) = 44.91%

 GREEN value IS 67 (26.56% from 255) = 15.51%

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 44.91%
G = 15.51%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C243AB (or 0xC243AB) is known color: Fuchsia. HEX triplet: C2, 43 and AB. RGB value is (194,67,171). Sum of RGB (Red+Green+Blue) = 194+67+171=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C243AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243AB is #3DBC54. Grayscale: #747474. Windows color (decimal): -4045909 or 11224002. OLE color: 11224002.

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

Color convert

RGB 194 67 171 -
CMYK 0 0.65 0.12 0.24
HSL 310.87º 0.51% 0.51% -
HSV(B) 310.87º 0.65% 0.76% -
XYZ 31.61 18.42 40.42 -
YUV 116.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 194 67 171 0 0.65 0.12 0.24 310.87 0.51 0.51
Hex C2 43 AB 0 41 C 18 137 33 33
Octal 302 103 253 0 101 14 30 467 63 63
Binary 11000010 1000011 10101011 0 1000001 1100 11000 100110111 110011 110011

Color Harmonies of #C243AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243AB

Black with #C243AB

Text Example


Text Example

White with #C243AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243AB; }

 p { color: rgb(194,67,171); }

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

background-color css

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

 a { background-color: rgb(194,67,171); }

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

border-color css

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

 span { border-color: rgb(194,67,171); }

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