Html Css Color HEX #C43CAA Fuchsia

📋 copy color: '#C43CAA'

red 196 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #C43CAA

Tints of Fuchsia #C43CAA

RGB

 RED value IS 196 (76.95% from 255) = 46.01%

 GREEN value IS 60 (23.83% from 255) = 14.08%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 46.01%
G = 14.08%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C43CAA (or 0xC43CAA) is known color: Fuchsia. HEX triplet: C4, 3C and AA. RGB value is (196,60,170). Sum of RGB (Red+Green+Blue) = 196+60+170=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CAA is #3BC355. Grayscale: #707070. Windows color (decimal): -3916630 or 11156676. OLE color: 11156676.

HSL color Cylindrical-coordinate representation of color #C43CAA: hue angle of 311.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43CAA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 170 -
CMYK 0 0.69 0.13 0.23
HSL 311.47º 0.54% 0.5% -
HSV(B) 311.47º 0.69% 0.77% -
XYZ 31.64 17.87 39.81 -
YUV 113.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 196 60 170 0 0.69 0.13 0.23 311.47 0.54 0.5
Hex C4 3C AA 0 45 D 17 137 36 32
Octal 304 74 252 0 105 15 27 467 66 62
Binary 11000100 111100 10101010 0 1000101 1101 10111 100110111 110110 110010

Color Harmonies of #C43CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CAA

Black with #C43CAA

Text Example


Text Example

White with #C43CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CAA; }

 p { color: rgb(196,60,170); }

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

background-color css

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

 a { background-color: rgb(196,60,170); }

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

border-color css

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

 span { border-color: rgb(196,60,170); }

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