Html Css Color HEX #C243AF Fuchsia

📋 copy color: '#C243AF'

red 194 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C243AF

Tints of Fuchsia #C243AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 44.5%
G = 15.37%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C243AF (or 0xC243AF) is known color: Fuchsia. HEX triplet: C2, 43 and AF. RGB value is (194,67,175). Sum of RGB (Red+Green+Blue) = 194+67+175=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C243AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243AF is #3DBC50. Grayscale: #747474. Windows color (decimal): -4045905 or 11486146. OLE color: 11486146.

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

Color convert

RGB 194 67 175 -
CMYK 0 0.65 0.10 0.24
HSL 308.98º 0.51% 0.51% -
HSV(B) 308.98º 0.65% 0.76% -
XYZ 31.99 18.58 42.46 -
YUV 117.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 194 67 175 0 0.65 0.10 0.24 308.98 0.51 0.51
Hex C2 43 AF 0 41 A 18 135 33 33
Octal 302 103 257 0 101 12 30 465 63 63
Binary 11000010 1000011 10101111 0 1000001 1010 11000 100110101 110011 110011

Color Harmonies of #C243AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243AF

Black with #C243AF

Text Example


Text Example

White with #C243AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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