Html Css Color HEX #C43FCF Fuchsia

📋 copy color: '#C43FCF'

red 196 ◦ green 63 ◦ blue 207

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

Shades of Fuchsia #C43FCF

Tints of Fuchsia #C43FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.52%

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

R = 42.06%
G = 13.52%
B = 44.42%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C43FCF (or 0xC43FCF) is known color: Fuchsia. HEX triplet: C4, 3F and CF. RGB value is (196,63,207). Sum of RGB (Red+Green+Blue) = 196+63+207=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C43FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FCF is #3BC030. Grayscale: #767676. Windows color (decimal): -3915825 or 13582276. OLE color: 13582276.

HSL color Cylindrical-coordinate representation of color #C43FCF: hue angle of 295.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43FCF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 63 207 -
CMYK 0.05 0.70 0 0.19
HSL 295.42º 0.6% 0.53% -
HSV(B) 295.42º 0.7% 0.81% -
XYZ 35.8 19.8 60.97 -
YUV 119.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 196 63 207 0.05 0.70 0 0.19 295.42 0.6 0.53
Hex C4 3F CF 5 46 0 13 127 3C 35
Octal 304 77 317 5 106 0 23 447 74 65
Binary 11000100 111111 11001111 101 1000110 0 10011 100100111 111100 110101

Color Harmonies of #C43FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FCF

Black with #C43FCF

Text Example


Text Example

White with #C43FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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