Html Css Color HEX #C43ACF Fuchsia

📋 copy color: '#C43ACF'

red 196 ◦ green 58 ◦ blue 207

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

Shades of Fuchsia #C43ACF

Tints of Fuchsia #C43ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 42.52%
G = 12.58%
B = 44.9%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C43ACF (or 0xC43ACF) is known color: Fuchsia. HEX triplet: C4, 3A and CF. RGB value is (196,58,207). Sum of RGB (Red+Green+Blue) = 196+58+207=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C43ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ACF is #3BC530. Grayscale: #737373. Windows color (decimal): -3917105 or 13580996. OLE color: 13580996.

HSL color Cylindrical-coordinate representation of color #C43ACF: hue angle of 295.57º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43ACF is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 58 207 -
CMYK 0.05 0.72 0 0.19
HSL 295.57º 0.61% 0.52% -
HSV(B) 295.57º 0.72% 0.81% -
XYZ 35.54 19.27 60.88 -
YUV 116.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 196 58 207 0.05 0.72 0 0.19 295.57 0.61 0.52
Hex C4 3A CF 5 48 0 13 128 3D 34
Octal 304 72 317 5 110 0 23 450 75 64
Binary 11000100 111010 11001111 101 1001000 0 10011 100101000 111101 110100

Color Harmonies of #C43ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ACF

Black with #C43ACF

Text Example


Text Example

White with #C43ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ACF; }

 p { color: rgb(196,58,207); }

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

background-color css

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

 a { background-color: rgb(196,58,207); }

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

border-color css

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

 span { border-color: rgb(196,58,207); }

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